Skip to content

Commit

Permalink
chore: more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
swimricky committed Nov 14, 2023
1 parent b59f472 commit 2254213
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/integration/integrationTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,18 +604,10 @@ describe('integration test', () => {
)
expect(JSON.stringify(res[0]).includes('InstructionError')).toBeTruthy()
})
it('eventSubscriber parses transaction logs', async () => {
it('eventSubscriber parses error transaction logs', async () => {
const { txnEvents, errorLogs } =
await tokenDispenserEventSubscriber.parseTransactionLogs()
//TODO: this part is just for testing changes for the PR.
// Delete before merging
expect(errorLogs.length).toEqual(1)
txnEvents.forEach((txnEvent) => {
console.log(`
rawEvents:
${JSON.stringify(formatTxnEventInfo(txnEvent), null, 2)}
`)
})
}, 40000)
})
})

0 comments on commit 2254213

Please sign in to comment.