Skip to content

Commit af78f0d

Browse files
committed
fix(tests): add global ctx in tests
1 parent 7a0f316 commit af78f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
. "github.com/bsm/gomega"
1717
)
1818

19+
var ctx = context.TODO()
20+
1921
var _ = Describe("newClusterState", func() {
2022
var state *clusterState
2123

0 commit comments

Comments
 (0)