Skip to content

Commit

Permalink
Fix SendMessageActivityTest#testBuildMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Mar 28, 2023
1 parent a37e17c commit 7da5251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void testBuildMessage() {
Resource.newBuilder().setName(TOPIC).build()).get(0);

assertEquals(MessageClientIDSetter.getUniqID(messageExt), msgId);
assertEquals(String.valueOf(2), messageExt.getProperty(MessageConst.PROPERTY_DELAY_TIME_LEVEL));
assertEquals(deliveryTime, Long.parseLong(messageExt.getProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS)));
}

@Test
Expand Down

0 comments on commit 7da5251

Please sign in to comment.