-
Notifications
You must be signed in to change notification settings - Fork 146
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
WIP Minor test fixes and additions #452
Conversation
Addressing fog#451
Would otherwise error out on `unless async` Made the method synchronous by default as well
33f3e00
to
d08be6b
Compare
This appears to have not worked before at all due to mismatched parameters. Added a test to check the behaviour going forward.
d08be6b
to
67d3d06
Compare
Codecov Report
@@ Coverage Diff @@
## master #452 +/- ##
==========================================
+ Coverage 85.27% 85.65% +0.37%
==========================================
Files 339 339
Lines 5840 5840
==========================================
+ Hits 4980 5002 +22
+ Misses 860 838 -22
Continue to review full report at Codecov.
|
address.server = server | ||
address.reload | ||
assert_equal( | ||
server, |
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.
Layout/FirstParameterIndentation: Indent the first parameter one step more than the start of the previous line.
Addresses
testsAddresses.server =
method will now execute a synchronous operation