| Index: expect_tests/type_definitions.py
|
| diff --git a/expect_tests/type_definitions.py b/expect_tests/type_definitions.py
|
| index 380732af64840fcc37a8e6c776ed6dd06018df0d..cd5c89ca2ae2ef08be506cfe86ce197777a221a6 100644
|
| --- a/expect_tests/type_definitions.py
|
| +++ b/expect_tests/type_definitions.py
|
| @@ -329,7 +329,7 @@ class MultiTest(_MultiTest):
|
|
|
| Returns a MultiTestInfo instance.
|
| """
|
| - all_tests = [test.get_restricted() for test in self.tests]
|
| + all_tests = [test.get_info() for test in self.tests]
|
| test = MultiTestInfo(name=self.name,
|
| tests=all_tests,
|
| atomic=self.atomic
|
|
|