Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Dec 16, 2024
1 parent d8d0219 commit c8357a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fixtures/e2e_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *E2ESuite) dynamicFor(r schema.GroupVersionResource) dynamic.ResourceInt
func (s *E2ESuite) CheckError(err error) {
s.T().Helper()
if err != nil {
s.Suite.T().Fatal(err)
s.T().Fatal(err)
}
}

Expand Down

0 comments on commit c8357a3

Please sign in to comment.