Skip to content

Commit

Permalink
Issue #20: Attempt to fix intermittent test failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Bowers <jerf@jerf.org>
  • Loading branch information
thejerf committed Mar 3, 2017
1 parent 766acec commit c90413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suture_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func TestRemoveService(t *testing.T) {
}
<-service.stop

err = s.Remove(ServiceToken{1<<36 + 1})
err = s.Remove(ServiceToken{id.id + (1 << 32)})
if err != ErrWrongSupervisor {
t.Fatal("Did not detect that the ServiceToken was wrong")
}
Expand Down

0 comments on commit c90413b

Please sign in to comment.