-
Notifications
You must be signed in to change notification settings - Fork 412
Make expect_payment_failed_conditions
a function
#1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make expect_payment_failed_conditions
a function
#1496
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1496 +/- ##
==========================================
+ Coverage 90.93% 91.53% +0.60%
==========================================
Files 80 80
Lines 43386 48432 +5046
Branches 43386 48432 +5046
==========================================
+ Hits 39451 44331 +4880
- Misses 3935 4101 +166
Continue to review full report at Codecov.
|
6df8d12
to
3750650
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go, go, go, go, go!
Needs a rebase it seems, other than that LGTM! |
bdcf9e0
to
cdaa0fd
Compare
Rebased and fixed a nonsense variable name introduced when this commit wasn't intended for upstream. |
8e2b93f
to
4671a08
Compare
LGTM, feel free to squash to fix the failing |
This reduces macro generated code in tests a good bit, and moves us one step further away from using macros everywhere when we don't need to.
4671a08
to
70acdf9
Compare
Squashed without changes, should be good to go:
|
This reduces macro generated code in tests a good bit, and moves us
one step further away from using macros everywhere when we don't
need to.
Did this in an earlier version of #1495 but didn't need it, figured it was still worth upstreaming.