| Index: recipe_engine/third_party/expect_tests/__init__.py
|
| diff --git a/recipe_engine/third_party/expect_tests/__init__.py b/recipe_engine/third_party/expect_tests/__init__.py
|
| index 53136698f211351827857599e8943877d8db1122..9934ffb7906a82c299ed41f594ba7a5917094079 100644
|
| --- a/recipe_engine/third_party/expect_tests/__init__.py
|
| +++ b/recipe_engine/third_party/expect_tests/__init__.py
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| from .main import main
|
| -from .type_definitions import Test, Result, FuncCall, Bind
|
| +from .type_definitions import Test, Result, FuncCall, Bind, Check
|
| from .unittest_helper import UnitTestModule, UnittestTestCase
|
|
|
| from .util import covers
|
|
|