Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Dec 7, 2022
1 parent b88677b commit a1cfb4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void should_getNodeURLByNetworkId_when_use_production_key()
public void should_construct_infura_url_when_getNodeURLByNetworkId_given_production_key()
{
assertThat(EthereumNetworkBase.getNodeURLByNetworkId(1L), equalTo("https://mainnet.infura.io/v3/fake-key-for-testing"));
assertThat(EthereumNetworkBase.getNodeURLByNetworkId(3L), equalTo("https://rpc.ankr.com/eth_ropsten"));
assertThat(EthereumNetworkBase.getNodeURLByNetworkId(5L), equalTo("https://goerli.infura.io/v3/fake-key-for-testing"));
}

@Test
Expand Down

0 comments on commit a1cfb4f

Please sign in to comment.