Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lgomezm committed Mar 22, 2022
1 parent 47929d4 commit 930a185
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,5 @@ def test_incremental_engagements_stream_stops_at_10K_records(requests_mock, comm
requests_mock.register_uri("GET", "/engagements/v1/engagements/recent/modified?hapikey=test_api_key&count=100", responses)
records = list(test_stream.read_records(sync_mode=SyncMode.incremental))
# The stream should not attempt to get more than 10K records.
# Instead, it should use the new state to start a new search query.
assert len(records) == 10000
assert test_stream.state["lastUpdated"] == +1641234595252

0 comments on commit 930a185

Please sign in to comment.