Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Nov 6, 2023
1 parent 315910d commit 6f2f600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/cli/test_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_subscription_logs_write_to_file(
mock_success_output: bool,
keep_successful_logs: bool,
):
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton"]
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton", "System of a Down"]
num_runs = 2

config = persist_logs_config_factory(keep_successful_logs=keep_successful_logs)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/config/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def test_music_video_subscriptions(default_config: ConfigFile, music_video_subsc
config=default_config, subscription_path=music_video_subscription_path
)

assert len(subs) == 3
assert len(subs) == 4
assert subs[1].name == "Michael Jackson"
monk = subs[1].overrides.dict_with_format_strings

Expand Down

0 comments on commit 6f2f600

Please sign in to comment.