Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2025
1 parent ee09d56 commit 791b0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/awqms/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_awqms_schedule_triggering():
mock_get_partition_keys.return_value = ["1234", "5678"]
schedule = awqms_schedule()
# Verify that RunRequest is yielded for each partition
runs = list(schedule) # type: ignore
runs = list(schedule) # type: ignore
assert len(runs) == 2
assert runs[0].partition_key == "1234"
assert runs[1].partition_key == "5678"
Expand Down

0 comments on commit 791b0d7

Please sign in to comment.