Skip to content

Commit d4635bb

Browse files
g-gastonsbueringer
andauthored
Fix exp/addons/internal/controllers/clusterresourceset_controller_test.go typo
Co-authored-by: Stefan Büringer <[email protected]>
1 parent aed9907 commit d4635bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/addons/internal/controllers/clusterresourceset_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ metadata:
909909
t.Log("Verifying CRS Binding has all resources applied")
910910
g.Eventually(clusterResourceSetBindingReady(env, testCluster), timeout).Should(BeTrue())
911911

912-
t.Log("Verifying resource ConfigMap with previsouly missing namespace has been created")
912+
t.Log("Verifying resource ConfigMap with previously missing namespace has been created")
913913
g.Eventually(configMapHasBeenUpdated(env, client.ObjectKeyFromObject(resourceConfigMapWithMissingNamespace), resourceConfigMapWithMissingNamespace), timeout).Should(Succeed())
914914

915915
g.Expect(env.Delete(ctx, resourceConfigMapWithMissingNamespace)).To(Succeed())

0 commit comments

Comments
 (0)