Skip to content

Commit 0cbab41

Browse files
fix build
1 parent 2476fe9 commit 0cbab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/smb/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func TestGetRootMappingPath(t *testing.T) {
150150
t.Errorf("Expected error but getRootMappingPath returned a nil error")
151151
}
152152
if !tc.expectError {
153-
if err != nil {
153+
if err != nil {
154154
t.Errorf("Expected no errors but getRootMappingPath returned error: %v", err)
155155
}
156156
if expectResult != result {

0 commit comments

Comments
 (0)