Skip to content

Commit be18fd7

Browse files
committed
Fix sync call.
1 parent 552f085 commit be18fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ async function addTest(manifest, test, tests) {
485485
run: ({/*test, testInfo,*/ params}) => {
486486
// skip Promise.all
487487
if(jobs === 1 && fast1) {
488-
return rdfCanonize.canonize(...params);
488+
return rdfCanonize._canonizeSync(...params);
489489
}
490490
const all = [];
491491
for(let j = 0; j < jobs; j++) {

0 commit comments

Comments
 (0)