Commit c921580
committed
🔇 Fix ruby 2.7 keyword argument warning
There is _some_ value in testing that it works even without this change.
But the main purpose of the test is simply testing the conversion from a
hash parameter. Forcing the kwargs to be empty is fine.
Other than backports, maybe, this is the last ruby 2.7 concession I'll
be making before we raise the minimum ruby requirement. 😄1 parent 156f86b commit c921580
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments