From 39af58a16111d4d6ec11b0969ad934dc8e461534 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Tue, 8 Nov 2022 21:46:43 -0500 Subject: [PATCH] Update test --- test/unit/iteration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/iteration_test.rb b/test/unit/iteration_test.rb index 781866c0..7f0012d4 100644 --- a/test/unit/iteration_test.rb +++ b/test/unit/iteration_test.rb @@ -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