Replies: 1 comment
-
IMO you should check for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do a unit test for replacing word that matches a regex with a
Uuid
, however,Uuid::new_v4()
generates a randomUuid
each time, how can I write such unit test?Beta Was this translation helpful? Give feedback.
All reactions