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 bad assertions in github.Project.edit #1817

Merged
merged 1 commit into from Mar 23, 2021

Conversation

larsks
Copy link
Contributor

@larsks larsks commented Jan 7, 2021

The assertions in github.Project.edit looked like the result of a bad
copy-paste operation: they were all making assertions about the name
parameter. This commit fixes them so they are checking different parameters.

The assertions in github.Project.edit looked like the result of a bad
copy-paste operation: they were all making assertions about the `name`
parameter. This commit fixes them so they are checking different parameters.
@codecov-io
Copy link

Codecov Report

Merging #1817 (4da1f98) into master (34d097c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1817   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files          51       51           
  Lines        2677     2677           
=======================================
  Hits         2644     2644           
  Misses         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34d097c...4da1f98. Read the comment docs.

Copy link

@jobveldhuis jobveldhuis left a comment

Choose a reason for hiding this comment

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

LGTM

@larsks
Copy link
Contributor Author

larsks commented Mar 23, 2021

Hey folks, is it possible to merge this pr, or does it need any additional work? Thanks!

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit 6bae9e5 into PyGithub:master Mar 23, 2021
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

5 participants