Skip to content

Commit

Permalink
Update tests/samples/test_target_sqlite.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
joaopamaral and edgarrmondragon authored Jan 29, 2025
1 parent 5939ff6 commit b713e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/samples/test_target_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def test_sync_sqlite_to_sqlite(
assert len(orig_lines) > 0, "Orig tap output should not be empty."
assert len(new_lines) > 0, "(Re-)tapped target output should not be empty."
assert orig_lines[0] == new_lines[0]
assert "STATE" in new_lines[0]
assert len(orig_lines) == len(new_lines)

line_num = 0
Expand Down

0 comments on commit b713e23

Please sign in to comment.