Skip to content

Commit

Permalink
Lint create imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jun 28, 2024
1 parent a550227 commit 58d7d69
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 58d7d69

Please sign in to comment.