Skip to content

Commit

Permalink
fix(testdata): wrong expectation at gnoweb_airgapped.txtar (gnolang#2582
Browse files Browse the repository at this point in the history
)

This caused a CI failure on the latest commit on the master branch :
https://github.com/gnolang/gno/actions/runs/9925367874/job/27417714921

<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Co-authored-by: Manfred Touron <[email protected]>
  • Loading branch information
2 people authored and gfanton committed Jul 23, 2024
1 parent f2794ae commit dd5298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/cmd/gnoland/testdata/gnoweb_airgapped.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ height: 0
data: {
"BaseAccount": {
"address": "g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5",
"coins": "9999999000000ugnot",
"coins": "[0-9]*ugnot",
"public_key": null,
"account_number": "0",
"sequence": "0"
Expand Down

0 comments on commit dd5298b

Please sign in to comment.