Skip to content

Commit

Permalink
add missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Aug 1, 2024
1 parent ce588fc commit 42e88ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sdk/java/await_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func TestAwaitGeneric(t *testing.T) {
t.Cleanup(func() {
test.Destroy()
})
test.Install()

// Use kubectl to simulate an operator acting on our resources.
ch := make(chan events.EngineEvent)
Expand Down Expand Up @@ -297,6 +298,7 @@ func TestAwaitGeneric(t *testing.T) {
t.Cleanup(func() {
test.Destroy()
})
test.Install()

// Create should return immediately.
up := test.Up(optup.ProgressStreams(os.Stdout))
Expand Down

0 comments on commit 42e88ad

Please sign in to comment.