Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jul 15, 2024
1 parent 6c655a3 commit 79d250a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('getBlock', () => {
const expectedReturnFormat = { number: FMT_NUMBER.STR, bytes: FMT_BYTES.UINT8ARRAY };
const expectedMockRpcResponse = noTransactionBlock;
// TODO: Fix format to default have a default in oneOf if no schema is matched
let formattedResult = format(
const formattedResult = format(
blockSchema,
expectedMockRpcResponse,
expectedReturnFormat,
Expand Down

0 comments on commit 79d250a

Please sign in to comment.