Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmiro committed Oct 27, 2023
1 parent b40e764 commit a96db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/blueprint-test/pkg/utils/string_formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestStringFromTextAndArgs(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
assert := assert.New(t)
funcOut := StringFromTextAndArgs(append([]interface{}{tt.cmd}, tt.args...) ...)
funcOut := StringFromTextAndArgs(append([]interface{}{tt.cmd}, tt.args...) ...)
assert.Equal(tt.output, funcOut)
})
}
Expand Down

0 comments on commit a96db1b

Please sign in to comment.