Skip to content

Commit

Permalink
update ut
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Dec 2, 2024
1 parent 4284446 commit d438b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class TestLabelGenerator {

private static String UUID_REGEX_WITHOUT_LINE =
"[0-9a-f]{8}[0-9a-f]{4}[0-9a-f]{4}[0-9a-f]{4}[0-9a-f]{12}";
"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";

@Test
public void generateTableLabelTest() {
Expand Down

0 comments on commit d438b80

Please sign in to comment.