diff --git a/packages/era/test/exportHistory.spec.ts b/packages/era/test/exportHistory.spec.ts index 0ea63c4071..c3dcc9cfb3 100644 --- a/packages/era/test/exportHistory.spec.ts +++ b/packages/era/test/exportHistory.spec.ts @@ -34,7 +34,7 @@ describe('era1', async () => { it(`length bytes should equal: ${compressedHeader.length}`, () => { assert.equal(Number(compressedHeaderLength), compressedHeader.length) }) - it('first 8 bytesshould match test', () => { + it('first 8 bytes should match test', () => { assert.deepEqual(headerEntry.slice(0, 8), Uint8Array.from([3, 0, 217, 0, 0, 0, 0, 0])) }) })