We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487bcee commit b546625Copy full SHA for b546625
internal/framework/events/events_test.go
@@ -31,5 +31,5 @@ func TestEventLoop_SwapBatches(t *testing.T) {
31
g.Expect(eventLoop.currentBatch).To(HaveLen(len(nextBatch)))
32
g.Expect(eventLoop.currentBatch).To(Equal(nextBatch))
33
g.Expect(eventLoop.nextBatch).To(BeEmpty())
34
- g.Expect(cap(eventLoop.nextBatch)).To(HaveCap(3))
+ g.Expect(eventLoop.nextBatch).To(HaveCap(3))
35
}
0 commit comments