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 ce88358 commit 0b7cc3dCopy full SHA for 0b7cc3d
pkg/server/smb/server_test.go
@@ -153,8 +153,8 @@ func TestGetRootMappingPath(t *testing.T) {
153
if err != nil {
154
t.Errorf("Expected no errors but getRootMappingPath returned error: %v", err)
155
}
156
- if expectResult != result {
157
- t.Errorf("Expected (%s) but getRootMappingPath returned (%s)", expectResult, result)
+ if tc.expectResult != result {
+ t.Errorf("Expected (%s) but getRootMappingPath returned (%s)", tc.expectResult, result)
158
159
160
0 commit comments