Skip to content

Commit

Permalink
fix(palletjack): update test to match new oid scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 8, 2024
1 parent a34bd45 commit 0904f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palletjack/src/roadkill/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_get_new_and_updated_records():
)

assert len(new_records) == 1
assert new_records.loc[4].tolist() == ["d", -1]
assert new_records.loc[4].tolist() == ["d", 1]

assert len(deleted_ids) == 1
assert deleted_ids[0] == 20

0 comments on commit 0904f34

Please sign in to comment.