We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88677b commit a1cfb4fCopy full SHA for a1cfb4f
app/src/test/java/com/alphawallet/app/di/EthereumNetworkBaseTest.java
@@ -28,7 +28,7 @@ public void should_getNodeURLByNetworkId_when_use_production_key()
28
public void should_construct_infura_url_when_getNodeURLByNetworkId_given_production_key()
29
{
30
assertThat(EthereumNetworkBase.getNodeURLByNetworkId(1L), equalTo("https://mainnet.infura.io/v3/fake-key-for-testing"));
31
- 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"));
32
}
33
34
@Test
0 commit comments