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

improvement: assert description in Crowdfund.finalize() #3058

Merged
merged 1 commit into from
Aug 9, 2022
Merged

improvement: assert description in Crowdfund.finalize() #3058

merged 1 commit into from
Aug 9, 2022

Conversation

nfwsncked
Copy link
Contributor

@nfwsncked nfwsncked commented Aug 9, 2022

What I did

Changed "the goal has been reached" to "the goal has not been reached" in assert description as in case of an assertion failed that would mean that goal is not reached and this could be misleading.

How I did it

It was fast and easy, just a typo

How to verify it

Follow the links:
https://raw.githubusercontent.com/vyperlang/vyper/master/examples/crowdfund.vy
https://raw.githubusercontent.com/nfwsncked/vyper/master/examples/crowdfund.vy

Commit message

improvement: assert description in Crowdfund.finalize()

Description for the changelog

Fixed a typo in Crowdfund.finalize() assertion description

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@nfwsncked nfwsncked marked this pull request as ready for review August 9, 2022 13:10
@fubuloubu fubuloubu enabled auto-merge (squash) August 9, 2022 22:12
@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2022

Codecov Report

Merging #3058 (7b4d7ae) into master (22ae74c) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3058      +/-   ##
==========================================
- Coverage   88.34%   88.30%   -0.05%     
==========================================
  Files          97       97              
  Lines       10963    10968       +5     
  Branches     2590     2593       +3     
==========================================
  Hits         9685     9685              
- Misses        830      834       +4     
- Partials      448      449       +1     
Impacted Files Coverage Δ
vyper/builtin_functions/functions.py 89.83% <0.00%> (-0.46%) ⬇️
vyper/codegen/types/types.py 89.20% <0.00%> (+0.31%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@fubuloubu fubuloubu merged commit c71b023 into vyperlang:master Aug 9, 2022
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.

None yet

3 participants