Skip to content

Commit

Permalink
exchange parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zh378814 committed Dec 15, 2021
1 parent 4d49551 commit 6eb917e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void testCorrectDelayOffset_whenInit() throws Exception {
offsetTable = (ConcurrentMap<Integer, Long>) field.get(scheduleMessageService);

for (long offset : offsetTable.values()) {
assertEquals(offset, 0);
assertEquals(0, offset);
}

}
Expand Down

0 comments on commit 6eb917e

Please sign in to comment.