Skip to content
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 comments #8802

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Fix comments #8802

merged 2 commits into from
Apr 23, 2021

Conversation

farazdagi
Copy link
Contributor

@farazdagi farazdagi commented Apr 23, 2021

What type of PR is this?

Other / Cleanup

What does this PR do? Why is it needed?

  • I've noticed that I haven't added comments for exported test runners in spec tests, so this PR adds them.
  • While on it, I've fixed other instances where:
    • we had exported method comment outdated (func name in comment didn't match that of the commented func itself).
    • we had exported methods w/o any comments.

Which issues(s) does this PR fix?

N/A

Other notes for review

@@ -122,13 +124,15 @@ type resubscribeSub struct {
waitTime, backoffMax time.Duration
}

// Unsubscribe unsubscribes from subscription.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What can I say, it is a simple method to unsubscribe from the subscription :)

@farazdagi farazdagi marked this pull request as ready for review April 23, 2021 11:53
@farazdagi farazdagi requested a review from a team as a code owner April 23, 2021 11:53
@farazdagi farazdagi self-assigned this Apr 23, 2021
@prylabs-bulldozer prylabs-bulldozer bot merged commit 386b69f into develop Apr 23, 2021
@codecov
Copy link

codecov bot commented Apr 23, 2021

Codecov Report

Merging #8802 (e74323c) into develop (648e360) will increase coverage by 0.01%.
The diff coverage is 66.66%.

@@             Coverage Diff             @@
##           develop    #8802      +/-   ##
===========================================
+ Coverage    60.57%   60.59%   +0.01%     
===========================================
  Files          520      520              
  Lines        36256    36258       +2     
===========================================
+ Hits         21961    21969       +8     
- Misses       11122    11125       +3     
+ Partials      3173     3164       -9     

@delete-merged-branch delete-merged-branch bot deleted the fix-comments branch April 23, 2021 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants