Skip to content

Commit

Permalink
Typo fix in codeflare e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
biswassri committed Nov 26, 2024
1 parent bc22971 commit ecf417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/codeflare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ func codeflareTestSuite(t *testing.T) {
require.NoError(t, err, "error validating CodeFlare instance")
})

t.Run("Validate Ownerrefrences exist", func(t *testing.T) {
t.Run("Validate Ownerreferences exist", func(t *testing.T) {
err = codeflareCtx.testOwnerReferences()
require.NoError(t, err, "error getting all CodeFlare's Ownerrefrences")
require.NoError(t, err, "error getting all CodeFlare's Ownerreferences")
})

t.Run("Validate CodeFlare Ready", func(t *testing.T) {
Expand Down

0 comments on commit ecf417d

Please sign in to comment.