Skip to content

Commit

Permalink
fixup! feat(psl): Add support for UUIDv7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuelenaere committed May 23, 2024
1 parent 46047f6 commit 63c787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psl/psl/tests/common/asserts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ impl DefaultValueAssert for ast::Expression {

#[track_caller]
fn assert_uuid(&self) -> &Self {
assert!(matches!(self, ast::Expression::Function(name, args, _) if name == "uuid"));
assert!(matches!(self, ast::Expression::Function(name, _, _) if name == "uuid"));

self
}
Expand Down

0 comments on commit 63c787e

Please sign in to comment.