Skip to content

Commit b3f1489

Browse files
committed
fix lint issue in test
1 parent 26b22b3 commit b3f1489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/instancemgmt/intance_manager_ttl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func TestTTLInstanceManagerDo(t *testing.T) {
322322

323323
t.Run("Do should panic with nil callback", func(t *testing.T) {
324324
require.Panics(t, func() {
325-
im.Do(ctx, pCtx, nil)
325+
_ = im.Do(ctx, pCtx, nil)
326326
})
327327
})
328328
}

0 commit comments

Comments
 (0)