Skip to content

Commit

Permalink
Merge branch 'add-logs-testing' into stability-test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 31, 2024
2 parents 103354f + 36e24bd commit aa7ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/thorest-api/logs/query-events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('POST /logs/event', () => {
let wallet: ThorWallet

beforeAll(async () => {
wallet = await ThorWallet.new(false).then((r) => r.wallet)
wallet = await ThorWallet.new(true).then((r) => r.wallet)
})

it('event log should be included in query', async () => {
Expand Down

0 comments on commit aa7ac21

Please sign in to comment.