Skip to content

Commit

Permalink
Lint create imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jul 1, 2024
1 parent 2d6b572 commit a767782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suites/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
checkHmacKeyLength,
shouldBeMultibaseEncoded,
shouldBeProofValue,
shouldVerifyDerivedProof,
shouldNotUseCborTags
shouldNotUseCborTags,
shouldVerifyDerivedProof
} from '../assertions.js';
import {createInitialVc, getBs58Bytes, supportsVc} from '../helpers.js';
import chai from 'chai';
Expand Down

0 comments on commit a767782

Please sign in to comment.