Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Apr 10, 2024
1 parent 1edaa71 commit bc3ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/stellar/api.service.stellar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('StellarApiService', () => {
range(latestHeight - 1, latestHeight),
);
expect(blocks).toBeDefined();
expect(blocks[1].block.block.sequence).toEqual(latestHeight);
expect(blocks[0].block.block.sequence).toEqual(latestHeight);
});

it('should throw error when chainId does not match', async () => {
Expand Down

0 comments on commit bc3ab1a

Please sign in to comment.