Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jul 17, 2024
1 parent b635dff commit 47cc1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/units/fastsync/assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def assert_main_impl_exit_normally_on_success(
'transform': None,
'drop_pg_slot': False,
'tap': {},
'autoresync_size': None
}
)

Expand Down Expand Up @@ -201,6 +202,7 @@ def assert_main_impl_should_exit_with_error_on_failure(
'tap': {
'fastsync_parallelism': 4,
},
'autoresync_size': None
}
)

Expand Down

0 comments on commit 47cc1ce

Please sign in to comment.