Skip to content

Commit

Permalink
Fix unit testing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
“v_kkhuang” committed Sep 27, 2024
1 parent 71a6307 commit 3881593
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ public void constTest() {
Assertions.assertTrue(100 == csSchedulerMaxRunningJobs);
Assertions.assertTrue(1000 == csSchedulerMaxAskExecutorTimes);
Assertions.assertTrue(10000 == csSchedulerJobWaitMills);
Assertions.assertTrue("cs_1_dev" == confLabel);
}
}

0 comments on commit 3881593

Please sign in to comment.