Skip to content

Commit

Permalink
fix: resetting cluster state in instance provider suite test since we…
Browse files Browse the repository at this point in the history
… know have two tests checking cluster state
  • Loading branch information
Bryce-Soghigian committed May 21, 2024
1 parent 664da18 commit 84deccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/instance/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var _ = Describe("InstanceProvider", func() {
})
azureEnv.Reset()
azureEnvNonZonal.Reset()
cluster.Reset()
})

var _ = AfterEach(func() {
Expand Down

0 comments on commit 84deccb

Please sign in to comment.