diff --git a/internal/common/filespec_test.go b/internal/common/filespec_test.go index 6ce0cd3b..317859fc 100644 --- a/internal/common/filespec_test.go +++ b/internal/common/filespec_test.go @@ -111,7 +111,7 @@ func TestFileSpecCopy(test *testing.T) { } if !reflect.DeepEqual(testCase.ExpectedCopiedDirents, copiedDirents) { - test.Errorf("Case %d: Unexpected contents copied. Expected: '%v', Actual: '%v'.", i, testCase.ExpectedCopiedDirents, copiedDirents) + test.Errorf("Case %d: Unexpected dirents copied. Expected: '%v', Actual: '%v'.", i, testCase.ExpectedCopiedDirents, copiedDirents) continue } }