Skip to content

Commit c4db008

Browse files
committed
Merge isValid utils into common helpers import.
1 parent db117a6 commit c4db008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/suites/algorithms-jcs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ import {
77
createInitialVc,
88
createValidCredential,
99
getProofs,
10+
isValidDatetime,
11+
isValidUtf8,
1012
setupMatrix,
1113
setupRow
1214
} from '../helpers.js';
13-
import {isValidDatetime, isValidUtf8} from '../helpers.js';
1415
import chai from 'chai';
1516
import {endpoints} from 'vc-test-suite-implementations';
1617

0 commit comments

Comments
 (0)