Skip to content

Commit

Permalink
[ISSUE #3644] exchange parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohai666 committed Dec 15, 2021
1 parent 4a8263b commit 5fea69b
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 5fea69b

Please sign in to comment.