Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jan 29, 2025
1 parent 5e64b44 commit c8b283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/era/test/exportHistory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
})
})

0 comments on commit c8b283e

Please sign in to comment.