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 39ab3cb commit 0dd0d33
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 0dd0d33

Please sign in to comment.