Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update createTimerMessageStore call with new parameter
Browse files Browse the repository at this point in the history
chi3316 committed Dec 9, 2024
1 parent bfb3d17 commit edbe77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -379,7 +379,7 @@ public void testDeleteTimerMessage_ukCollision() throws Exception {
String topic = "TimerTest_testDeleteTimerMessage";
String collisionTopic = "TimerTest_testDeleteTimerMessage_collision";

TimerMessageStore timerMessageStore = createTimerMessageStore(null);
TimerMessageStore timerMessageStore = createTimerMessageStore(null , false);
timerMessageStore.load();
timerMessageStore.start(true);

0 comments on commit edbe77b

Please sign in to comment.