Skip to content

Commit

Permalink
test-api: Use zero width space to fix the space around the dot
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfarseen committed Oct 7, 2024
1 parent 51f59ad commit d9f5084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe("API coverage tests", () => {
})
})
describe("Compare each CDL class/method to its CSL counterpart", () => {
test.each(compareToCslTests)("($n) Comparing CDL's $class . $comparedToMethod.name to CSL's", (params) => {
test.each(compareToCslTests)("($n) Comparing CDL's $class​.$comparedToMethod.name to CSL's", (params) => {
compareToClass(cdlClassesMap, params.class, params.comparedToMethod);
})
});
Expand Down

0 comments on commit d9f5084

Please sign in to comment.