Skip to content

Commit a0fb106

Browse files
committed
fix: clear schedule on reset
1 parent eebf5c1 commit a0fb106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simulator/src/main/java/byzzbench/simulator/transport/Transport.java

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void reset() {
5959
this.nodes.clear();
6060
this.events.clear();
6161
this.mutators.clear();
62+
this.schedule.clear();
6263
}
6364

6465
public List<Event> getEventsInState(Event.Status status) {

0 commit comments

Comments
 (0)