From 6f93ccd2632f6084b737a57e0d07cbe69a10c79c Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 Dec 2024 16:10:56 -0800 Subject: [PATCH] Changed error message. --- internal/common/filespec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/common/filespec_test.go b/internal/common/filespec_test.go index 484d4d9b..b532b725 100644 --- a/internal/common/filespec_test.go +++ b/internal/common/filespec_test.go @@ -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 {