Skip to content

Commit 2f8b07a

Browse files
author
Robert Diers
committed
test fix
1 parent 1ce9a0f commit 2f8b07a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/opentesting/modultest/PauseTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ class PauseTests {
2121
@Test
2222
void testPause() {
2323

24-
pause.pause(true, null);
24+
pause.pause(true, Pause.ALLPAUSELABEL);
2525

2626
Assert.assertTrue(pause.isPause(Arrays.asList("foo", "bar"), "junit pause test"));
2727

28-
pause.pause(false, null);
28+
pause.pause(false, Pause.ALLPAUSELABEL);
2929

3030
Assert.assertTrue(!pause.isPause(Arrays.asList("foo", "bar"), "junit pause test"));
3131

0 commit comments

Comments
 (0)