Skip to content

Commit

Permalink
Merge 6eb917e into 4a8263b
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohai666 committed Dec 15, 2021
2 parents 4a8263b + 6eb917e commit fd5a51c
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 fd5a51c

Please sign in to comment.