Skip to content

Commit

Permalink
Update aapp_runner/tests/test_helper_functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit Holl <[email protected]>
  • Loading branch information
adybbroe and gerritholl authored Jan 11, 2022
1 parent dc7f4a0 commit 1715766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aapp_runner/tests/test_helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_check_if_scene_is_unique_return_value(self, config):
aapp_config['endtime'] = datetime(2022, 1, 8, 13, 0)

result = check_if_scene_is_unique(aapp_config)
assert result is False
assert not result

@patch('aapp_runner.read_aapp_config.load_config_from_file')
def test_check_if_scene_is_unique_logging(self, config):
Expand Down

0 comments on commit 1715766

Please sign in to comment.