Skip to content

Commit d3c76d0

Browse files
committed
Use test helpers not suite helpers.
1 parent cf2d4ae commit d3c76d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/algorithms-jcs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
setupMatrix,
1111
setupRow
1212
} from '../helpers.js';
13-
import {isValidDatetime, isValidUtf8} from './helpers.js';
13+
import {isValidDatetime, isValidUtf8} from '../helpers.js';
1414
import chai from 'chai';
1515
import {endpoints} from 'vc-test-suite-implementations';
1616

0 commit comments

Comments
 (0)