We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2928 commit 07532fbCopy full SHA for 07532fb
test/content/read.js
@@ -74,7 +74,7 @@ t.test('read.stream: returns a stream with cache content data', function (t) {
74
75
t.test('read: allows hashAlgorithm configuration', function (t) {
76
const CONTENT = Buffer.from('foobarbaz')
77
- const HASH = 'whirlpool'
+ const HASH = 'sha384'
78
const INTEGRITY = ssri.fromData(CONTENT, { algorithms: [HASH] })
79
const CACHE = t.testdir(
80
CacheContent({
0 commit comments