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 d5d1642 commit 36b9c08Copy full SHA for 36b9c08
utils/parallelisation/onclose_test.go
@@ -84,6 +84,7 @@ func TestCloseOnce(t *testing.T) {
84
group := NewCloseOnceGroup(Parallel, RetainAfterExecution)
85
group.RegisterCloseFunction(WrapCloserIntoCloseFunc(closerMock), WrapCloserIntoCloseFunc(closerMock), WrapCloserIntoCloseFunc(closerMock))
86
errortest.AssertError(t, group.Close(), closeError)
87
+ require.NoError(t, group.Close())
88
})
89
}
90
0 commit comments