Skip to content

Commit

Permalink
chore: ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jul 24, 2024
1 parent 2bc72c7 commit 46faf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_read_progress_initialization(progress: ProgressTracker) -> None:
assert progress.finalized_stream_names == set()
assert progress._last_update_time is None


def fake_airbyte_record_message() -> AirbyteMessage:
return AirbyteMessage(
type=Type.RECORD,
Expand Down

0 comments on commit 46faf80

Please sign in to comment.