Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Jul 9, 2024
1 parent 3881d78 commit 1f36788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/StatsService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('getTokenStats', () => {

const result = await service.getTokenStats('astar');

expect(result.circulatingSupply).toBe(83);
expect(result.circulatingSupply).toBe(85);
});

it('returns valid total supply', async () => {
Expand Down

0 comments on commit 1f36788

Please sign in to comment.