We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c8905 commit cafe332Copy full SHA for cafe332
rust/catalyst-types/src/uuid/uuid_v7.rs
@@ -90,9 +90,8 @@ mod tests {
90
91
#[test]
92
fn test_valid_uuid() {
93
- let valid_uuid = UuidV7::from(
94
- Uuid::try_parse("017f22e3-79b0-7cc7-98cf-e0bbf8a1c5f1").unwrap(),
95
- );
+ let valid_uuid =
+ UuidV7::from(Uuid::try_parse("017f22e3-79b0-7cc7-98cf-e0bbf8a1c5f1").unwrap());
96
assert!(valid_uuid.is_valid(), "Valid UUID should be valid");
97
}
98
0 commit comments