Skip to content

Commit cc17ec2

Browse files
committed
fix: update funding condition in wrappedKeys tests
1 parent 9dbbdbb commit cc17ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/e2e/src/test-helpers/executeJs/wrappedKeys.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const registerWrappedKeysExecuteJsTests = () => {
204204
ctx.resolvedNetwork.networkModule,
205205
{
206206
ifLessThan: '0.005',
207-
thenFundWith: '0.01',
207+
thenFund: '0.01',
208208
}
209209
);
210210

@@ -384,7 +384,7 @@ export const registerWrappedKeysExecuteJsTests = () => {
384384
ctx.resolvedNetwork.networkModule,
385385
{
386386
ifLessThan: '0.005',
387-
thenFundWith: '0.01',
387+
thenFund: '0.01',
388388
}
389389
);
390390

0 commit comments

Comments
 (0)