Skip to content

Commit

Permalink
Merge pull request #847 from andyzhangx/fix-test-error
Browse files Browse the repository at this point in the history
test: fix random ut failure
  • Loading branch information
andyzhangx authored Sep 13, 2024
2 parents f184d4d + b87d98f commit 85ec917
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 85ec917

Please sign in to comment.