Skip to content

Commit

Permalink
feat(ref-imp): #781 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacJChen committed Sep 23, 2020
1 parent 7c1bc51 commit 896a808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core/CreateOperation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ describe('CreateOperation', async () => {
type: 'create',
suffix_data: {
delta_hash: 'something',
recovery_commitment: 'something'
recovery_commitment: 'something',
type: 'type'
},
delta: 'this is not a valid delta'
};
Expand Down

0 comments on commit 896a808

Please sign in to comment.