Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
fix unit test made flaky by recent refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Petzold <jpetzold@pivotal.io>
  • Loading branch information
Andrew Poydence authored and Johannes Petzold committed Sep 23, 2014
1 parent 7b58a56 commit 74ac33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clientpool/loggregator_client_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ var _ = Describe("LoggregatorClientPool", func() {
Value: []byte("127.0.0.1"),
})

Eventually(pool.ListClients).Should(HaveLen(1))
Consistently(pool.ListClients).Should(HaveLen(1))
})
})
Expand Down

0 comments on commit 74ac33c

Please sign in to comment.