Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlai committed Jan 6, 2025
1 parent 356e321 commit 62c707f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_when_reset_then_delegate(mocked_pagination_strategy, mocked_stop_condit
mocked_pagination_strategy, mocked_stop_condition
)
decorator.reset()
mocked_pagination_strategy.reset.assert_called_once_with(None)
mocked_pagination_strategy.reset.assert_called_once_with()


def test_when_get_page_size_then_delegate(mocked_pagination_strategy, mocked_stop_condition):
Expand Down

0 comments on commit 62c707f

Please sign in to comment.