Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wiebe committed Jan 31, 2020
1 parent 5ff5570 commit 6335f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedures/__tests__/LaunchSimpleSto.ts
Expand Up @@ -142,7 +142,7 @@ describe('LaunchSimpleSto', () => {
moduleName: ModuleName.CappedSTO,
address: moduleFactoryAddress,
archived: false,
maxCost: costInUsd,
maxCost: costInPoly,
data: {
cap: params.tokensOnSale,
endTime: params.endDate,
Expand Down

0 comments on commit 6335f56

Please sign in to comment.