This commit is contained in:
Shreyas Goenka 2023-06-19 01:46:18 +02:00
parent ec19fe21dc
commit cf04ef8550
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ func TestNotSpecifyingVolumeForWindowsPathErrors(t *testing.T) {
assert.Equal(t, `/foo/bar`, path)
_, _, err = filerForPath(ctx, pathWOVolume)
assert.Equal(t, "no volume specfied for path: uno/dos", err.Error())
assert.Equal(t, "no volume specified for path: uno/dos", err.Error())
}