-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix typo for default of sig #9495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9495 +/- ##
=======================================
Coverage 78.24% 78.24%
=======================================
Files 153 153
Lines 19040 19040
Branches 2520 2520
=======================================
Hits 14898 14898
+ Misses 3856 3854 -2
- Partials 286 288 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d52664b
to
fc8d4be
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.
Was there an issue / bug that needed this change?
Is this related? |
I noticed it while looking into that issue, but it wasn't impacting anything I noticed because all existing callers I could see specify that value, so it was just a fix for completeness. |
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.
some verification test possible?
All of the callers of this function are in this same file and you can see that they all have Line 422 in fc8d4be
|
Thank you for the fix! |
Fix a typo so the default of
sig
will match the uses of the function