Skip to content

Commit

Permalink
Fix test output when delete ns (#401)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <jqiu@redhat.com>
  • Loading branch information
qiujian16 committed Feb 17, 2024
1 parent c384319 commit 5930d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func WaitNamespaceDeleted(restcfg *rest.Config, namespace string) error {
if err != nil {
return false, err
}
fmt.Printf("namespace stil exists %v", ns.Status)
fmt.Printf("namespace stil exists %v\n", ns.Status)
return false, nil
})
}
Expand Down

0 comments on commit 5930d37

Please sign in to comment.