Skip to content

Commit

Permalink
fix: test (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc authored Oct 11, 2023
1 parent 463aa35 commit 6ce156a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/supertokens/test/CronjobTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ public void testThatReAddingSameCronTaskDoesNotScheduleMoreExecutors() throws Ex
TestingProcessManager.TestingProcess process = TestingProcessManager.start(args);
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.STARTED));

assertEquals(normalCronjobCounter, 0);
for (int i=0; i<10; i++) {
Cronjobs.addCronjob(process.getProcess(), CounterCronJob.getInstance(process.getProcess()));
Thread.sleep(50);
Expand Down

0 comments on commit 6ce156a

Please sign in to comment.