Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tdl 15459 update bookmarking for transactions #141

Open
wants to merge 21 commits into
base: crest-work
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed indentation
  • Loading branch information
namrata270998 committed Apr 21, 2022
commit 792562ed02c69ec926bdc120a6739b764d73d621
2 changes: 1 addition & 1 deletion tests/test_start_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_run(self):
for start_date, target_mark in zip((first_sync_start_date, second_sync_start_date), (first_sync_target_mark, second_sync_target_mark)):
target_value = next(iter(target_mark.values())) # there should be only one

if target_value and stream not in self.SKIPPED_STREAMS:
if target_value and stream not in self.SKIPPED_STREAMS:

# it's okay if there isn't target data for a stream
try:
Expand Down