Skip to content

Commit 549eac1

Browse files
committed
fix: codegen
Signed-off-by: Alan Clucas <alan@clucas.org>
1 parent a1a01be commit 549eac1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

workflow/controller/pod/queue_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import (
1313

1414
func TestParsePodCleanupKey(t *testing.T) {
1515
tests := []struct {
16-
name string
17-
key podCleanupKey
18-
wantNamespace string
19-
wantPodName string
20-
wantAction podCleanupAction
21-
wantUID string
16+
name string
17+
key podCleanupKey
18+
wantNamespace string
19+
wantPodName string
20+
wantAction podCleanupAction
21+
wantUID string
2222
}{
2323
{
2424
name: "standard key without UID",

0 commit comments

Comments
 (0)