Skip to content

Commit

Permalink
Update packages/realm-server/scripts/lint-test-shards.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Buck Doyle <[email protected]>
  • Loading branch information
habdelra and backspace authored Jan 8, 2025
1 parent 87eaf80 commit 3ffabe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm-server/scripts/lint-test-shards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3ffabe6

Please sign in to comment.