Skip to content

Commit 6335f56

Browse files
author
Victor Wiebe
committed
fix: broken test
1 parent 5ff5570 commit 6335f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/procedures/__tests__/LaunchSimpleSto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('LaunchSimpleSto', () => {
142142
moduleName: ModuleName.CappedSTO,
143143
address: moduleFactoryAddress,
144144
archived: false,
145-
maxCost: costInUsd,
145+
maxCost: costInPoly,
146146
data: {
147147
cap: params.tokensOnSale,
148148
endTime: params.endDate,

0 commit comments

Comments
 (0)