Skip to content

Commit

Permalink
fix: rename read event queue func
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 22, 2023
1 parent 8749d07 commit ca83ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void recordEvent_fillEventQueue() {
* existing event queue from storage
*/
@Test
public void testInDiskEventQueue(){
public void recordEvent_reInitCountly(){
Assert.assertEquals(0, moduleEvents.eventQueue.size);

//create segmentation
Expand Down

0 comments on commit ca83ea0

Please sign in to comment.