Skip to content

Commit

Permalink
Changed test error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Dec 2, 2024
1 parent ce56e40 commit 9fbb434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/filespec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 9fbb434

Please sign in to comment.