Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Feb 22, 2024
1 parent 4ab0685 commit 3e83eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix typo in routes/welcome/tests/page.spec.js [#1445]
- Fix typo in routes/welcome/\_\_tests\_\_/page.spec.js [#1445]

## [0.2.1] - 2024-02-20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("validateAddress", () => {
// Contains an invalid character (l)
"47jNTgAhznlKCKF3msCfvKg3k1P1QpPCLZ3HG3AoNp87sQ5WNS3QyjckYHWeuXqW7uvLmbKgejpP8Xkcip89vnMM",

// Contains an invalid character (l)
// Contains an invalid character (I)
"47jNTgAhznIKCKF3msCfvKg3k1P1QpPCLZ3HG3AoNp87sQ5WNS3QyjckYHWeuXqW7uvLmbKgejpP8Xkcip89vnMM"
];

Expand Down

0 comments on commit 3e83eac

Please sign in to comment.