Skip to content

Commit

Permalink
test: adjust multihashhasher interface for new multiformats
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 2, 2024
1 parent fd0e9c7 commit 80e7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-basics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const fixtures = [
]

/**
* @typedef {import("multiformats/hashes/hasher").MultihashHasher<number>} MultihashHasher
* @typedef {import("multiformats/hashes/interface").MultihashHasher<number>} MultihashHasher
*/

describe('Digests', () => {
Expand Down

0 comments on commit 80e7bc1

Please sign in to comment.