Skip to content

Commit

Permalink
update broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Jan 23, 2024
1 parent 8750768 commit e971dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void initAndStart(EventExecutor eventLoop, CancellationTask task) {

@Override
public void init(EventExecutor eventLoop) {
checkState(this.eventLoop == null, "Scheduler is already initialized with %s", this.eventLoop);
checkState(this.eventLoop == null, "Can't init() more than once");
this.eventLoop = eventLoop;
}

Expand Down

0 comments on commit e971dd9

Please sign in to comment.