We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476fe9 commit 0cbab41Copy full SHA for 0cbab41
pkg/server/smb/server_test.go
@@ -150,7 +150,7 @@ func TestGetRootMappingPath(t *testing.T) {
150
t.Errorf("Expected error but getRootMappingPath returned a nil error")
151
}
152
if !tc.expectError {
153
- if err != nil {
+ if err != nil {
154
t.Errorf("Expected no errors but getRootMappingPath returned error: %v", err)
155
156
if expectResult != result {
0 commit comments