From cf04ef855096fa0d0969534ad87e9d36f5cc04cd Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 19 Jun 2023 01:46:18 +0200 Subject: [PATCH] - --- cmd/fs/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fs/helpers_test.go b/cmd/fs/helpers_test.go index 4beda6ca1..e0fdb33c3 100644 --- a/cmd/fs/helpers_test.go +++ b/cmd/fs/helpers_test.go @@ -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()) }