Skip to content

Commit

Permalink
fix the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 13, 2024
1 parent 2f8026f commit 03ae4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/lib/core/network/tests/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('File: network.ts', () => {
[NetworkId.Iota]: ['https://api.stardust-mainnet.iotaledger.net', 'https://iota-node.tanglebay.com'],
[NetworkId.IotaAlphanet]: ['https://api.iota-alphanet.iotaledger.net'],
[NetworkId.Shimmer]: ['https://api.shimmer.network', 'https://shimmer-node.tanglebay.com'],
[NetworkId.Testnet]: ['https://api.nova-testnet.iotaledger.net'],
[NetworkId.Testnet]: ['https://api.nova-testnet.iotaledger.net/'],
}

const EXPECTED_NODES: Readonly<{ [key in NetworkId]: (INode | undefined)[] }> = {
Expand Down

0 comments on commit 03ae4e0

Please sign in to comment.