Skip to content

Commit dcc7b16

Browse files
committed
Update test
1 parent f5e7223 commit dcc7b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ mod test {
287287

288288
let actual = entry_point_impl(TokenStream::new(), code);
289289
let expected = quote! {
290-
::core::compile_error! { "To use the new migrate function signature, you should provide a \"migrate\" entry point, not \"migrate_with_info\"" }
290+
::core::compile_error! { "To use the new migrate function signature, you should provide a \"migrate\" entry point with 4 arguments, not \"migrate_with_info\"" }
291291
};
292292

293293
assert_eq!(actual.to_string(), expected.to_string());

0 commit comments

Comments
 (0)