Skip to content

Commit

Permalink
Update interrupted sync orders stream Mar-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtowles committed Mar 20, 2024
1 parent df35a37 commit d04ccd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_interrupted_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def test_run(self):
# This is the expected behaviour for shopify as they are using date windowing
# TDL-17096 : Resuming bookmark value is getting assigned from execution time
# rather than the actual bookmark time for some streams.
# TODO this is not the case for the transactions stream, they are equal.
if stream == 'transactions':
# TODO orders and transactions streams are equal, confirm this behavior is correct
if stream == 'transactions' or stream == 'orders':
self.assertEqual(resuming_bookmark_value, first_bookmark_value)
else:
self.assertGreater(resuming_bookmark_value, first_bookmark_value)
Expand Down

0 comments on commit d04ccd8

Please sign in to comment.