Skip to content

Commit

Permalink
fix: adjust whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
anyxem committed Feb 6, 2025
1 parent f8b691c commit 6dd739a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/deeplink-schema-match.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@
// },
// {
// argument: {
// url: 'aopp:?v=0&msg=vasp-chosen-msg&asset=btc&format=p2wpkh&callback=https://vasp.com/proofs/vasp-chosen-token',
// url: 'aopp:?v=0&msg=vasp-chosen-msg&asset=btc&format=p2wpkh&callback=https://vasp.com/proofs/vasp-chosen-token',
// },
// expected: [
// 'AOPPRoot',
// {
// screen: 'AOPP',
// params: {
// uri: 'aopp:?v=0&msg=vasp-chosen-msg&asset=btc&format=p2wpkh&callback=https://vasp.com/proofs/vasp-chosen-token',
// uri: 'aopp:?v=0&msg=vasp-chosen-msg&asset=btc&format=p2wpkh&callback=https://vasp.com/proofs/vasp-chosen-token',
// },
// },
// ],
Expand Down

0 comments on commit 6dd739a

Please sign in to comment.