Skip to content

Commit

Permalink
itest: fix lsps2 test tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jun 17, 2024
1 parent 0231a61 commit 9285881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itest/lsps2_buy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func testLsps2Buy(p *testParams) {
"id": "example#3cad6a54d302edba4c9ade2f7ffac098",
"params": {
"version": 1,
"token": "hello"
"token": "hello0"
}
}`),
})
Expand Down
2 changes: 1 addition & 1 deletion itest/lsps2_get_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func testLsps2GetInfo(p *testParams) {
"id": "example#3cad6a54d302edba4c9ade2f7ffac098",
"params": {
"version": 1,
"token": "hello"
"token": "hello0"
}
}`
p.BreezClient().Node().SendCustomMessage(&lntest.CustomMsgRequest{
Expand Down

0 comments on commit 9285881

Please sign in to comment.