Skip to content

Commit

Permalink
Changed error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Dec 3, 2024
1 parent ba1adf1 commit 6f93ccd
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 @@ -98,7 +98,7 @@ func TestFileSpecCopy(test *testing.T) {
test.Errorf("Case %d: Failed to copy matching targets (%+v): '%v'.", i, testCase.Spec, err)
continue
} else if (testCase.ExpectErrorForSameDir) && (err == nil) {
test.Errorf("Case %d: Unexpectedly copied targets (%+v).", i, testCase.Spec)
test.Errorf("Case %d: Unexpectedly copied matching targets (%+v).", i, testCase.Spec)
}

if testCase.ExpectErrorForSameDir {
Expand Down

0 comments on commit 6f93ccd

Please sign in to comment.