Skip to content

Commit 39af58a

Browse files
committed
Update test
1 parent 3b989f9 commit 39af58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/iteration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def assert_cursor_deprecation_warning_on_perform(job_class)
498498
expected_message = <<~MESSAGE.chomp
499499
DEPRECATION WARNING: The Enumerator returned by #{job_class.name}#build_enumerator yielded a cursor which is unsafe to serialize.
500500
501-
TBD MENTION SERIALIZERS!
501+
See https://github.com/Shopify/job-iteration/blob/main/guides/custom-enumerator.md#cursor-types
502502
503503
This will raise starting in version #{JobIteration::Deprecation.deprecation_horizon} of #{JobIteration::Deprecation.gem_name}!
504504
MESSAGE

0 commit comments

Comments
 (0)