Updated DGB and RVN tests due to conflict.

This commit is contained in:
CalDescent 2022-05-07 17:05:10 +01:00
parent 58917eeeb4
commit fa4679dcc4
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class DigibyteTests extends Common {
} }
@Test @Test
public void testGetWalletBalance() { public void testGetWalletBalance() throws ForeignBlockchainException {
String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ"; String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ";
Long balance = digibyte.getWalletBalance(xprv58); Long balance = digibyte.getWalletBalance(xprv58);

View File

@ -81,7 +81,7 @@ public class RavencoinTests extends Common {
} }
@Test @Test
public void testGetWalletBalance() { public void testGetWalletBalance() throws ForeignBlockchainException {
String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ"; String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ";
Long balance = ravencoin.getWalletBalance(xprv58); Long balance = ravencoin.getWalletBalance(xprv58);