Skip to content

Commit 4e1deac

Browse files
authored
Update internal/params/builder_test.go
1 parent ff46a6b commit 4e1deac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/params/builder_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,9 @@ func TestBuilder(t *testing.T) {
433433
Type: tc.expected.kind,
434434
Value: tc.expected.value,
435435
},
436-
}), paramsToJSON(params))
436+
}),
437+
paramsToJSON(params),
438+
)
437439
})
438440
}
439441
}

0 commit comments

Comments
 (0)