Skip to content

Commit

Permalink
fix: unkeyed struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Apr 22, 2023
1 parent 105676d commit b830002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rewriter/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestDeletedNamespace_ReplaceStatus(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "test",
DeletionTimestamp: &metav1.Time{
time.Now().Add(-1 * time.Second),
Time: time.Now().Add(-1 * time.Second),
},
},
Status: corev1.NamespaceStatus{
Expand Down

0 comments on commit b830002

Please sign in to comment.