Skip to content

Commit

Permalink
clearStage at start
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Nov 20, 2023
1 parent 6209f4d commit 699277b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class LogUtilTest {
@Test
void testStageHandling() {
LogUtil.clearStage();
assertNull(LogUtil.getStage());
LogUtil.setStage("test");
assertEquals("test", LogUtil.getStage());
Expand Down

0 comments on commit 699277b

Please sign in to comment.