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 1783144 commit 711239bCopy full SHA for 711239b
pkg/mcp/common_test.go
@@ -184,10 +184,6 @@ func (c *mcpContext) afterEach() {
184
c.klogState.Restore()
185
}
186
187
-func testCase(t *testing.T, test func(c *mcpContext)) {
188
- testCaseWithContext(t, &mcpContext{}, test)
189
-}
190
-
191
func testCaseWithContext(t *testing.T, mcpCtx *mcpContext, test func(c *mcpContext)) {
192
mcpCtx.beforeEach(t)
193
defer mcpCtx.afterEach()
0 commit comments