Skip to content

Commit

Permalink
chore: unused test code
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Aug 28, 2024
1 parent 16056fb commit 5fc27e2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/tests/out-of-order-multisig-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ describe('Out-of-order-multisig tx tests', () => {
await migrate('down');
});

test('api with empty cycles', async () => {
const cycles0 = await supertest(api.server).get(`/extended/v2/pox/cycles`);
expect(cycles0.status).toBe(200);
expect(JSON.parse(cycles0.text)).toStrictEqual({
limit: 20,
offset: 0,
results: [],
total: 0,
});
});

test('tsv replay with out-of-order-multisig tx', async () => {
await importEventsFromTsv(
'src/tests/tsv/regtest-env-pox-4-out-of-order-multisig-tx.tsv',
Expand Down

0 comments on commit 5fc27e2

Please sign in to comment.