Skip to content

Commit

Permalink
Rename exercise.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Aug 13, 2020
1 parent 9c184b2 commit abb0c87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {

// Initialize the Options Factory, Options Exchange and other mock contracts
contract(
'OptionsContract',
'OptionsContract: ETH collateral',
([creatorAddress, owner1, owner2, exerciser, nonOwnerAddress]) => {
let otoken: OTokenInstance;
let optionsFactory: OptionsFactoryInstance;
Expand Down Expand Up @@ -179,7 +179,7 @@ contract(
);

/* ----------------------------
| Check Exerciser Blanaces |
| Check Exerciser Balances |
---------------------------- */

// check exerciser oToken balance decreased
Expand Down

0 comments on commit abb0c87

Please sign in to comment.