Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneotto committed Jul 2, 2018
1 parent ddc24e1 commit c5f4285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cheshire.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('cheshire', () => {
expect(helpText).toMatch(/SiringClockAuction/)

expect(helpText).toMatch(/Services/)
expect(helpText).toMatch(/Ethereum testnet.*port 8545/)
expect(helpText).toMatch(/Ethereum testnet.*port 8546/)
expect(helpText).toMatch(/CryptoKitties API.*http:\/\/localhost:4000/)
})
})

0 comments on commit c5f4285

Please sign in to comment.