Skip to content

Commit

Permalink
style: fix formatting in test_record_selector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and natikgadzhi committed Feb 7, 2025
1 parent c6932a8 commit 3a9a323
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,13 @@ def test_record_filter(test_name, field_path, filter_template, body, expected_da
calls = []
for record in expected_data:
calls.append(
call(record, config=config, stream_state={}, stream_slice=stream_slice, stream_interval=stream_interval)
call(
record,
config=config,
stream_state={},
stream_slice=stream_slice,
stream_interval=stream_interval,
)
)
for transformation in transformations:
assert transformation.transform.call_count == len(expected_data)
Expand Down

0 comments on commit 3a9a323

Please sign in to comment.