Skip to content

Commit

Permalink
fix test typo (Context/It swapped) (#1340)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Neal <[email protected]>
  • Loading branch information
tzneal and Todd Neal authored Feb 14, 2022
1 parent 3bdbe13 commit b396ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cloudprovider/aws/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ var _ = Describe("Allocation", func() {
}
})
})
It("should not allow empty string keys or values", func() {
Context("SecurityGroupSelector", func() {
Context("SecurityGroupSelector", func() {
It("should not allow empty string keys or values", func() {
provider, err := ProviderFromProvisioner(provisioner)
Expect(err).ToNot(HaveOccurred())
for key, value := range map[string]string{
Expand Down

0 comments on commit b396ad6

Please sign in to comment.