Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Dec 16, 2020
1 parent ebaaa71 commit 3d3189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/__tests__/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ describe('Context class', () => {
const context = await Context.create({
polymeshApi: dsMockUtils.getApiInstance(),
middlewareApi: dsMockUtils.getMiddlewareApi(),
seed: 'Alice'.padEnd(32, ' '),
seed: '0x6'.padEnd(66, '0'),
});

const targetDid = 'someTargetDid';
Expand Down

0 comments on commit 3d3189e

Please sign in to comment.