Skip to content

Commit aed9907

Browse files
g-gastonsbueringer
andauthored
Fix typos
Co-authored-by: Stefan Büringer <[email protected]>
1 parent 9f84d7e commit aed9907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exp/addons/internal/controllers/clusterresourceset_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,9 @@ metadata:
784784
})
785785

786786
t.Run("Should reconcile a ClusterResourceSet with ApplyOnce strategy even when there is an error, after the error has been corrected", func(t *testing.T) {
787-
// To trigger an error in the middle of the reconciliation, we'll define a an object in a namespace that doesn't yet exist.
787+
// To trigger an error in the middle of the reconciliation, we'll define an object in a namespace that doesn't yet exist.
788788
// We'll expect the CRS to reconcile all other objects except that one and bubble up the error.
789-
// Once that happens, we'll go ahead a create the namespace. Then we'll expect the CRS to, eventually, create that remaining object.
789+
// Once that happens, we'll go ahead and create the namespace. Then we'll expect the CRS to, eventually, create that remaining object.
790790

791791
g := NewWithT(t)
792792
ns := setup(t, g)

0 commit comments

Comments
 (0)