Fix typos
This commit is contained in:
parent
cca44d7542
commit
f2c7aa2f09
@ -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?"
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user