Fix typos
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao 2023-03-03 21:27:18 +08:00
parent cca44d7542
commit f2c7aa2f09
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -68,7 +68,7 @@ RSpec.describe "/lnurlpay", type: :request do
end
context "amount too low" do
it "retuns an error" do
it "returns an error" do
get lnurlpay_invoice_path(address: "satoshi@kosmos.org", params: {
amount: 5000, comment: "Coffee time!"
})
@ -80,7 +80,7 @@ RSpec.describe "/lnurlpay", type: :request do
end
context "comment too long" do
it "retuns an error" do
it "returns an error" do
get lnurlpay_invoice_path(address: "satoshi@kosmos.org", params: {
amount: 5000000, comment: "Coffee time is the best time, so here's some money for you to get some. May I suggest to sample some Pacamara beans from El Salvador?"
})