From 37c72edd4f1918ba100fac2fedda2a4c06109e62 Mon Sep 17 00:00:00 2001 From: Raj <54686422+LeelaChacha@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:34:21 +0200 Subject: [PATCH] refactor: Fix typo Co-authored-by: Nesma Badr --- tests/e2e/create/create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/create/create_test.go b/tests/e2e/create/create_test.go index fb5f886..6f4aeab 100644 --- a/tests/e2e/create/create_test.go +++ b/tests/e2e/create/create_test.go @@ -183,7 +183,7 @@ var _ = Describe("Test 'create' command", Ordered, func() { By("And spec.mandatory should be false") Expect(template.Spec.Mandatory).To(BeFalse()) - By("And spec.associatedResources should be emptz") + By("And spec.associatedResources should be empty") Expect(template.Spec.AssociatedResources).To(BeEmpty()) By("And spec.manager should be nil")