Skip to content

Commit

Permalink
chore: remove now-invalid bouncer test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Sep 27, 2023
1 parent 27d1541 commit 29f2fb6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
47 changes: 0 additions & 47 deletions bouncer/shared/lp_deposit_expiry.ts

This file was deleted.

2 changes: 0 additions & 2 deletions bouncer/tests/all_concurrent_tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env -S pnpm tsx
import { testLpDepositExpiry } from '../shared/lp_deposit_expiry';
import { testAllSwaps } from '../shared/swapping';
import { testEthereumDeposits } from '../shared/ethereum_deposits';
import { runWithTimeout, observeBadEvents } from '../shared/utils';
Expand All @@ -13,7 +12,6 @@ async function runAllConcurrentTests() {

await Promise.all([
testAllSwaps(),
testLpDepositExpiry(),
testEthereumDeposits(),
testFundRedeem('redeem'),
testMultipleMembersGovernance(),
Expand Down
13 changes: 0 additions & 13 deletions bouncer/tests/lp_deposit_expiry.ts

This file was deleted.

0 comments on commit 29f2fb6

Please sign in to comment.