Skip to content

Commit 3b6551c

Browse files
committed
Fix typos
1 parent b862c2e commit 3b6551c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ if (notCovered.length > 0) {
197197

198198
console.log(
199199
"Covered:",
200-
(allocations.length - notCovered.length),
200+
(allLocations.length - notCovered.length),
201201
"of",
202202
allLocations.length,
203-
"(" + Math.floor(((allocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
203+
"(" + Math.floor(((allLocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
204204
);

0 commit comments

Comments
 (0)