Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 14, 2024
1 parent 1224172 commit 662d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragma-node/src/utils/signing/typed_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ mod tests {

// Optionally, you can assert certain properties of `typed_data`
// For now, we'll just ensure that deserialization succeeds
assert!(typed_data.types.len() > 0);
assert!(!typed_data.types.is_empty());
assert!(!typed_data.primary_type.is_empty());
}

Expand Down

0 comments on commit 662d29a

Please sign in to comment.