Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: unconsolable <chenzhipeng2012@gmail.com>
  • Loading branch information
unconsolable committed Dec 4, 2021
1 parent 77fe160 commit fd31868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/builtin_miscellaneous_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestIsUUID(t *testing.T) {
{"6CCD780C-BABA-1026-9564-5B8C656024DQ", 0},
// This is a bug in google/uuid#60
{"{99a9ad03-5298-11ec-8f5c-00ff90147ac3*", 1},
// This is a format google/uuid support
// This is a format google/uuid support, while mysql doesn't
{"urn:uuid:99a9ad03-5298-11ec-8f5c-00ff90147ac3", 1},
}

Expand Down

0 comments on commit fd31868

Please sign in to comment.