Skip to content

Commit a1cfb4f

Browse files
fix test
1 parent b88677b commit a1cfb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/alphawallet/app/di/EthereumNetworkBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void should_getNodeURLByNetworkId_when_use_production_key()
2828
public void should_construct_infura_url_when_getNodeURLByNetworkId_given_production_key()
2929
{
3030
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"));
31+
assertThat(EthereumNetworkBase.getNodeURLByNetworkId(5L), equalTo("https://goerli.infura.io/v3/fake-key-for-testing"));
3232
}
3333

3434
@Test

0 commit comments

Comments
 (0)