Open Ikendiken opened 2 years ago
"^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[45][0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$"
is the pattern that was generating the assertion failture. ("A type 4 ('random' or 'pseudorandom') or type 5 UUID per RFC 4122.")
The UUID that Bogus generates was not RFC compliant which was causing my tests to fail. I was able to workaround the issue by combining both of the solutions from issue #102 Determinism with Uuid