Skip to content

Commit

Permalink
Code: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Sep 6, 2023
1 parent e41abd8 commit 0cde28e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ private MyContract getContract(TestData data, OwnerType issuer, OwnerType accept
} else {
contract.setDateCompleted(null);
}
contract.setDateExpired(after); //Required, never null
contract.setDateIssued(now);
contract.setCollateral(COLLATERAL);
contract.setPrice(PRICE);
Expand Down

0 comments on commit 0cde28e

Please sign in to comment.