From 3ffabe65c70f0246b82e5738d0d33462db2903fe Mon Sep 17 00:00:00 2001 From: Hassan Abdel-Rahman Date: Wed, 8 Jan 2025 06:58:25 -0500 Subject: [PATCH] Update packages/realm-server/scripts/lint-test-shards.ts Co-authored-by: Buck Doyle --- packages/realm-server/scripts/lint-test-shards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realm-server/scripts/lint-test-shards.ts b/packages/realm-server/scripts/lint-test-shards.ts index aec21f1f1d..c269894bd8 100644 --- a/packages/realm-server/scripts/lint-test-shards.ts +++ b/packages/realm-server/scripts/lint-test-shards.ts @@ -65,7 +65,7 @@ function validateTestFiles(yamlFilePath: string, testDir: string) { for (let filename of ciTestModules) { if (!filesystemTestModules.includes(filename)) { console.error( - `Error: Test file '${filename}' exists in the YAML file but not in the ${yamlFilePath} filesystem.`, + `Error: Test file '${filename}' exists in the YAML file but not in the filesystem.`, ); errorFound = true; }