Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Nov 9, 2022
1 parent 3b989f9 commit 39af58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/iteration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def assert_cursor_deprecation_warning_on_perform(job_class)
expected_message = <<~MESSAGE.chomp
DEPRECATION WARNING: The Enumerator returned by #{job_class.name}#build_enumerator yielded a cursor which is unsafe to serialize.
TBD MENTION SERIALIZERS!
See https://github.com/Shopify/job-iteration/blob/main/guides/custom-enumerator.md#cursor-types
This will raise starting in version #{JobIteration::Deprecation.deprecation_horizon} of #{JobIteration::Deprecation.gem_name}!
MESSAGE
Expand Down

0 comments on commit 39af58a

Please sign in to comment.