1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix travis

This commit is contained in:
alexcos20 2020-09-23 02:59:55 -07:00
parent f5258e8ffb
commit 4aee155c46

View File

@ -31,7 +31,7 @@ describe('ConversionTypeHelpers', () => {
})
describe('#didTransformer()', () => {
const did = 'a'.repeat(64)
const did = 'a'.repeat(40)
it("should return the input if it's not valid", async () => {
const result1 = didPrefixed('Test 1')