Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Aug 29, 2023
1 parent 5225985 commit 2897dfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/types-codec/src/base/Int.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ describe('Int', (): void => {
new Int(registry, new Uint8Array([0, 0]), 16).toNumber()
).toEqual(0);


// One
expect(
new Int(registry, new Uint8Array([1]), 8).toNumber()
Expand Down Expand Up @@ -142,7 +141,6 @@ describe('Int', (): void => {
).toEqual(32767);
});


it('converts to Little Endian from the provided value (bitLength)', (): void => {
expect(
new Int(registry, -1234, 32).toU8a()
Expand Down

0 comments on commit 2897dfc

Please sign in to comment.