Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli committed Jan 29, 2025
1 parent 1c76718 commit 5f9c95b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/stellar-axelar-std-derive/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ mod tests {
}

#[test]
#[should_panic(expected = "Storage type must be specified exactly once as 'instance', 'persistent', or 'temporary'.")]
#[should_panic(
expected = "Storage type must be specified exactly once as 'instance', 'persistent', or 'temporary'."
)]
fn test_missing_storage_type_fails() {
let input: DeriveInput = syn::parse_quote! {
enum InvalidEnum {
Expand Down

0 comments on commit 5f9c95b

Please sign in to comment.