Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Sep 10, 2024
1 parent abf8691 commit 0593a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/inline_verifier_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def run_collation_test(data, source_charset, target_charset, identical:)
assert_equal ["#{DEFAULT_DB}.#{DEFAULT_TABLE}"], incorrect_tables

expected_message = "cutover verification failed for: gftest.test_table_1 [PKs: 1 ("
assert_equal expected_message, ghostferry.error_lines.last["msg"]
assert ghostferry.error_lines.last["msg"].start_with(expected_message)
end
end

Expand Down

0 comments on commit 0593a70

Please sign in to comment.