Skip to content

Commit

Permalink
Add a full stop.
Browse files Browse the repository at this point in the history
Signed-Off-By: Marcin Owsiany <[email protected]>
  • Loading branch information
porridge authored Sep 19, 2024
1 parent e49a72b commit 08fe94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/case.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (t *Case) DeleteNamespace(cl client.Client, ns *namespace) error {
}

if err := cl.Delete(ctx, nsObj); k8serrors.IsNotFound(err) {
t.Logger.Logf("Namespace already cleaned up")
t.Logger.Logf("Namespace already cleaned up.")
} else if err != nil {
return err
}
Expand Down

0 comments on commit 08fe94c

Please sign in to comment.