Skip to content

Commit

Permalink
test: fix ut failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 13, 2024
1 parent f184d4d commit b87d98f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/smb/smb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,6 @@ func TestAppendMountOptions(t *testing.T) {
newOpts: map[string]string{"c": "d"},
expected: []string{"a", "b", "c=d"},
},
{
desc: "normal newOpts",
options: []string{"a", "b"},
newOpts: map[string]string{"c": "d", "e": "f"},
expected: []string{"a", "b", "c=d", "e=f"},
},
}

for _, test := range tests {
Expand Down

0 comments on commit b87d98f

Please sign in to comment.