Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Aug 6, 2024
1 parent 11d17a8 commit a430605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ describe('Provider tests', () => {
const infos = await provider.networkInfos()
expect(infos).toEqual({
name: NetworkName.Buildnet,
minimalFee: 10000000n,
chainId: CHAIN_ID.Buildnet,
url: 'https://buildnet.massa.net:443/api/v2',
})
Expand Down

0 comments on commit a430605

Please sign in to comment.