Skip to content

Commit

Permalink
DEAR-125: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
baurnick committed Jul 22, 2024
1 parent f76eb31 commit 1f3311b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ void generateUniqueCode_generatesDifferentCodesOnSubsequentCalls() {
String code2 = TeamCodeGenerator.generateUniqueCode();
Assertions.assertNotEquals(code1, code2);
}
}
}

0 comments on commit 1f3311b

Please sign in to comment.