Skip to content

Commit 82aaeb3

Browse files
fix tests
1 parent e20a78f commit 82aaeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/server/smb/server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ func TestGetRootMappingPath(t *testing.T) {
120120
}{
121121
{
122122
remote: "",
123-
expectResult: nil,
123+
expectResult: "",
124124
expectError: true,
125125
},
126126
{
127127
remote: "hostname",
128-
expectResult: nil,
128+
expectResult: "",
129129
expectError: true,
130130
},
131131
{

0 commit comments

Comments
 (0)