diff --git a/src/utils/__tests__/ethUtils.test.js b/src/utils/__tests__/ethUtils.test.js index 07bd1250..119b90e5 100644 --- a/src/utils/__tests__/ethUtils.test.js +++ b/src/utils/__tests__/ethUtils.test.js @@ -27,7 +27,7 @@ describe('eth utils', () => { }); it('sanitizeHex', () => { - const input = ['0x2540be3ff', '1', '2', '100', 999, '']; + const input = ['0x2540be3ff', '1', '2', '100', '999', '']; input.forEach((entry) => { expect(ethUtils.sanitizeHex(entry)).toMatchSnapshot();