Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Oct 15, 2018
1 parent 93337d3 commit ca998b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type-extrinsics/src/fromMetadata.spec.js
Expand Up @@ -20,7 +20,7 @@ describe('fromMetadata', () => {
expect(() => newExtrinsics.balances.setBalance('5C62W7ELLAAfix9LYrcx5smtcffbhvThkM5x7xfMeYXCt72s', 2, 3)).not.toThrow();
});

it('should return properly-encodec transactions', () => {
it('should return properly-encoded transactions', () => {
expect(newExtrinsics.timestamp.set([10101]).toU8a()).toEqual(
new Uint8Array([
// length (encoded)
Expand Down

0 comments on commit ca998b0

Please sign in to comment.