Skip to content

Commit 6dee178

Browse files
cvvzk8s-infra-cherrypick-robot
authored andcommitted
lint
1 parent 45a0412 commit 6dee178

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/util/util_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,12 @@ func TestTrimDuplicatedSpace(t *testing.T) {
304304
want string
305305
}{
306306
{
307+
// ignore spell lint error
307308
name: "trim duplicated space",
308309
args: args{
309-
s: " fo o bar ",
310+
s: " 12 3 456 ",
310311
},
311-
want: " fo o bar ",
312+
want: " 12 3 456 ",
312313
},
313314
}
314315
for _, tt := range tests {

0 commit comments

Comments
 (0)