Browse Source

Removed duplicated fixture

master
Leo Lamprecht 8 years ago
parent
commit
ccefece100
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. BIN
      test/_fixtures/hashes/duplicate/dei.png
  2. 1
      test/index.js

BIN
test/_fixtures/hashes/duplicate/dei.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

1
test/index.js

@ -69,7 +69,6 @@ test('hashes', async t => {
const hashes = await hash(files)
t.is(hashes.size, 3)
t.is(hashes.get('277c55a2042910b9fe706ad00859e008c1b7d172').names[0], prefix + 'hashes/dei.png')
t.is(hashes.get('277c55a2042910b9fe706ad00859e008c1b7d172').names[1], prefix + 'hashes/duplicate/dei.png')
t.is(hashes.get('56c00d0466fc6bdd41b13dac5fc920cc30a63b45').names[0], prefix + 'hashes/index.js')
t.is(hashes.get('706214f42ae940a01d2aa60c5e32408f4d2127dd').names[0], prefix + 'hashes/package.json')
})

Loading…
Cancel
Save