This commit is contained in:
Shreyas Goenka 2023-06-19 18:38:11 +02:00
parent 404652b95a
commit 736730c38a
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func TestWindowsRootPathForRoot(t *testing.T) {
} }
func notThisVolume(name string) string { func notThisVolume(name string) string {
if "c" != strings.ToLower(name) { if strings.ToLower(name) != "c" {
return "c" return "c"
} else { } else {
return "d" return "d"