Skip to content

Commit

Permalink
Merge branch 'master' into feat/wails-v2
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/workflow.yaml
  • Loading branch information
frnandu committed Feb 1, 2024
2 parents 34cbd94 + 570f2be commit 0dfe451
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 @@ -402,7 +402,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 0dfe451

Please sign in to comment.