Skip to content

Commit

Permalink
Add pragma: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 22, 2024
1 parent c20e09e commit fcc6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/helpers/_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def increment_state(
"Stream is assumed to be unsorted, progress is not resumable if "
"interrupted",
extra={"replication_key": replication_key},
)
) # pragma: no cover
progress_dict = stream_or_partition_state[PROGRESS_MARKERS]
old_rk_value = to_json_compatible(progress_dict.get("replication_key_value"))
new_rk_value = to_json_compatible(latest_record[replication_key])
Expand Down

0 comments on commit fcc6c52

Please sign in to comment.