Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Feb 26, 2024
1 parent 3200778 commit 81f5451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-api/src/metadata/metadata_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ mod tests {
// The first pallet call is from System pallet.
assert_eq!(variant.variants[0].name, "System");
} else {
panic!("Expetected Variant outer enum call type.");
panic!("Expected Variant outer enum call type.");
}
}

Expand Down

0 comments on commit 81f5451

Please sign in to comment.