Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 23, 2024
1 parent a548ac1 commit 5625f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/com/coinomi/core/wallet/WalletTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void setup() throws IOException, MnemonicException {
wallet = new Wallet(MNEMONIC);

ImmutableList<CoinType> typesToCreate = ImmutableList.of(BitcoinMain.get(),
LitecoinMain.get()
LitecoinMain.get();
wallet.createAccounts(typesToCreate, true, aesKey);
}

Expand Down

0 comments on commit 5625f50

Please sign in to comment.