Skip to content

Commit

Permalink
test(TokenContractTest): Configurar precio del token en test payable
Browse files Browse the repository at this point in the history
  • Loading branch information
dfleta committed Feb 11, 2020
1 parent 3ab6983 commit e83de8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/enzinium/TokenContractTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public void setup_address_y_contract() {
ricknillos.addOwner(rick.getPK(), 100d);
assertEquals(1, ricknillos.getBalances().size());

ricknillos.setTokenPrice(5d);

morty = new Address();
morty.generateKeyPair();
}
Expand Down

0 comments on commit e83de8d

Please sign in to comment.