Skip to content

Commit

Permalink
make test more deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 11, 2017
1 parent 7d643b5 commit 8d8b089
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions queue/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ func TestLua(t *testing.T) {
queue, value, err = PopFromQueue(conn, "msgs")
for value != "msg:30" {
assert.NoError(err)
if queue == EmptyQueue {
t.Fatalf("Should not reach empty queue before msg:30, got: %s and %s", queue, value)
}
queue, value, err = PopFromQueue(conn, "msgs")
}

Expand Down

0 comments on commit 8d8b089

Please sign in to comment.