Skip to content

Commit

Permalink
Add newline at end of file. :|
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Dec 19, 2024
1 parent 55dda7e commit e9e9bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ def test_snapshot_new_record_mode(
assert sum(
[1 for c in check_result if c[valid_to] is not None and c[scd_id] is not None and c[is_deleted] == "False"]
) == 1
assert check_result[0][scd_id] != check_result[1][scd_id]
assert check_result[0][scd_id] != check_result[1][scd_id]

0 comments on commit e9e9bb5

Please sign in to comment.