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 typo in clean_input method #3100

Merged
merged 1 commit into from
Oct 12, 2018
Merged

Conversation

patrick-emmanuel
Copy link
Contributor

I want to merge this change because...
Fixes typo in graphql/core/mutations

Screenshots

Pull Request Checklist

  1. Privileged views and APIs are guarded by proper permission checks.
  2. All visible strings are translated with proper context.
  3. All data-formatting is locale-aware (dates, numbers, and so on).
  4. Database queries are optimized and the number of queries is constant.
  5. The changes are tested.
  6. The code is documented (docstrings, project documentation).
  7. GraphQL schema and type definitions are up to date.

@codecov
Copy link

codecov bot commented Oct 12, 2018

Codecov Report

Merging #3100 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3100      +/-   ##
==========================================
+ Coverage   89.83%   89.86%   +0.03%     
==========================================
  Files         208      208              
  Lines       11178    11214      +36     
  Branches     1105     1108       +3     
==========================================
+ Hits        10042    10078      +36     
  Misses        802      802              
  Partials      334      334
Impacted Files Coverage Δ
saleor/graphql/core/mutations.py 92.74% <ø> (ø) ⬆️
saleor/core/permissions.py 100% <0%> (ø) ⬆️
saleor/graphql/utils.py 94.64% <0%> (+0.41%) ⬆️
saleor/graphql/core/types/common.py 97.18% <0%> (+1.83%) ⬆️

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 f24cf94...81c1cff. Read the comment docs.

@maarcingebala maarcingebala merged commit 6aa57d7 into saleor:master Oct 12, 2018
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.

2 participants