Skip to content

Commit b87d98f

Browse files
committed
test: fix ut failure
1 parent f184d4d commit b87d98f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/smb/smb_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,6 @@ func TestAppendMountOptions(t *testing.T) {
370370
newOpts: map[string]string{"c": "d"},
371371
expected: []string{"a", "b", "c=d"},
372372
},
373-
{
374-
desc: "normal newOpts",
375-
options: []string{"a", "b"},
376-
newOpts: map[string]string{"c": "d", "e": "f"},
377-
expected: []string{"a", "b", "c=d", "e=f"},
378-
},
379373
}
380374

381375
for _, test := range tests {

0 commit comments

Comments
 (0)