Skip to content

Commit d8b307c

Browse files
committed
Fix typo.
1 parent e70f3b6 commit d8b307c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function addTest(manifest, test, tests) {
373373
name: test.name,
374374
defer: true,
375375
fn: deferred => {
376-
jsonld[fn].apply(null, values).then(() => {
376+
jsonld[fn].apply(null, benchValues).then(() => {
377377
deferred.resolve();
378378
});
379379
}

0 commit comments

Comments
 (0)