Skip to content

Commit

Permalink
build(deps-dev): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 (#…
Browse files Browse the repository at this point in the history
…2681)

* build(deps-dev): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.10.1 to 4.10.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/webpack-bundle-analyzer@v4.10.1...v4.10.2)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: fund wallet test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Reynolds <[email protected]>
  • Loading branch information
dependabot[bot] and justinr1234 authored May 8, 2024
1 parent 8b596a6 commit 4d6fef5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/xrpl/test/integration/fundWallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ describe('fundWallet', function () {

await api.connect()
const { wallet, balance } = await api.fundWallet(null, {
amount: '2000',
amount: '1000',
usageContext: 'integration-test',
})
assert.equal(balance, 2000)
assert.equal(balance, 1000)
assert.notStrictEqual(wallet, undefined)
assert(isValidClassicAddress(wallet.classicAddress))
assert(isValidXAddress(wallet.getXAddress()))
Expand Down

0 comments on commit 4d6fef5

Please sign in to comment.