Skip to content

Commit

Permalink
refactor: Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nesma Badr <nesmabadr@aucegypt.edu>
  • Loading branch information
LeelaChacha and nesmabadr authored Oct 23, 2024
1 parent 5848d55 commit 37c72ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/create/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 37c72ed

Please sign in to comment.