Skip to content

Commit

Permalink
Fix existing test
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 15, 2020
1 parent 06b84b4 commit 93f9ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/strategy/test_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_search_strategy():

def test_search_all_strategies():
directory = Path(__file__).parent
strategies = StrategyResolver.search_all_objects(directory)
strategies = StrategyResolver.search_all_objects(directory, enum_failed=False)
assert isinstance(strategies, list)
assert len(strategies) == 3
assert isinstance(strategies[0], dict)
Expand Down

0 comments on commit 93f9ff1

Please sign in to comment.