Skip to content

Commit

Permalink
Merge pull request #219 from vuittont60/main
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
rolznz authored Jan 17, 2024
2 parents 19f0333 + f61d80c commit b5d8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func TestHandleEvent(t *testing.T) {
assert.Equal(t, NIP_47_ERROR_RESTRICTED, received.Error.Code)
assert.NotNil(t, res)
// get_balance: with permission
// the pay_invoice permmission already exists with the budget info
// the pay_invoice permission already exists with the budget info
// create a second permission to fetch the balance and budget info
appPermission = &AppPermission{
AppId: app.ID,
Expand Down

0 comments on commit b5d8501

Please sign in to comment.