Skip to content

Commit

Permalink
Merge isValid utils into common helpers import.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 13, 2024
1 parent dd48a98 commit f36026e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/suites/algorithms-jcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import {
createInitialVc,
createValidCredential,
getProofs,
isValidDatetime,
isValidUtf8,
setupMatrix,
setupRow
} from '../helpers.js';
import {isValidDatetime, isValidUtf8} from '../helpers.js';
import chai from 'chai';
import {endpoints} from 'vc-test-suite-implementations';

Expand Down

0 comments on commit f36026e

Please sign in to comment.