Skip to content

Commit

Permalink
Fix beacon state ssz spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Sep 23, 2019
1 parent 5fd06d4 commit 62c8c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ssz/test/spec/minimal/static/beaconState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ interface IResult {
expectFunc: (testCase, expected, actual) => {
expect(expected.serialized.equals(actual.serialized)).to.be.true;
expect(expected.root.equals(actual.root)).to.be.true;
}
},
unsafeInput: true,
}
);

Expand Down

0 comments on commit 62c8c24

Please sign in to comment.