Skip to content

Commit

Permalink
Change the Check to eventually for channel closing
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed May 27, 2016
1 parent 80cd1bf commit b3accf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ var _ = Describe("Aerospike", func() {

if cnt >= 10 {
rs.Close()
Expect(rs.Errors).To(BeClosed())
Eventually(rs.Errors).Should(BeClosed())
}
}

Expand Down

0 comments on commit b3accf3

Please sign in to comment.