Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Jun 20, 2024
1 parent 2f49398 commit 57dba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/drift/drift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var _ = Describe("Drift", Ordered, func() {
})

Context("Resource manifests containing status fields", func() {
// Status must be ignored for drift correctiong, despite being part of the manifests
// Status must be ignored for drift correction, despite being part of the manifests
It("Is marked as ready", func() {
bundleName := "drift-correction-test-drift-ignore-status"
Eventually(func() bool {
Expand Down

0 comments on commit 57dba0a

Please sign in to comment.