Skip to content

Commit

Permalink
Make test more reliable, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
smoynes committed Dec 13, 2023
1 parent 010e2d4 commit bd42408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/monitor/traps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ func TestTrap_Puts(tt *testing.T) {
// TODO: the names out and displayed are inverted by meaning here.
vm.WithDisplayListener(func(out uint16) {
select {
case <-ctx.Done():
case displayed <- out:
case <-ctx.Done():
}
}),
)
Expand Down

0 comments on commit bd42408

Please sign in to comment.