Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaa4eb committed Jul 8, 2024
1 parent e8a0459 commit a302f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public RecordingEventBuffer(int recordingId, Settings settings, TypeResolver typ
}

public void reset() {
events.clear();
events = new ArrayList<>(MAX_BUFFER_SIZE);
}

public boolean isEmpty() {
Expand Down

0 comments on commit a302f88

Please sign in to comment.