Skip to content

Commit

Permalink
Bump defichain dependencies (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
defichain-bot authored May 26, 2021
1 parent cac2a09 commit e4230e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/whale/src/module.api/address.controller.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('balance', () => {
})

it('should sum getBalance', async () => {
const address = await container.getNewAddress()
const address = 'bcrt1qeq2g82kj99mqfvnwc2g5w0azzd298q0t84tc6s'

await container.fundAddress(address, 0.12340001)
await container.fundAddress(address, 4.32412313)
Expand Down
6 changes: 3 additions & 3 deletions apps/whale/src/module.api/health.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ describe('/_health/probes/readiness', () => {
},
error: {
defid: {
blocks: 1,
headers: 1,
initialBlockDownload: true,
blocks: expect.any(Number),
headers: expect.any(Number),
initialBlockDownload: expect.any(Boolean),
peers: 0,
status: 'down'
}
Expand Down

0 comments on commit e4230e8

Please sign in to comment.