Skip to content

Commit

Permalink
fixes test link name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Dec 12, 2017
1 parent 54f1513 commit 960109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/lib/ipfs-protocol.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('ipfs-protocol', () => {
const url = 'ipfs://QmQxeMcbqW9npq5h5kyE2iPECR9jxJF4j5x4bSRQ2phLY4'
const links = [
{ name: `one${Date.now()}`, size: Date.now() },
{ name: `two{Date.now()}`, size: Date.now() },
{ name: `two${Date.now()}`, size: Date.now() },
{ name: `three${Date.now()}`, size: Date.now() }
]
const ipfs = {
Expand Down

0 comments on commit 960109d

Please sign in to comment.