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 bug when deserialising to objects #57

Closed

Conversation

georg-wolflein
Copy link

The error was: "ValueError: dictionary update sequence element #0 has length 4; 2 is required", see #55

The error was: "ValueError: dictionary update sequence element #0 has length 4; 2 is required"
@codecov-io
Copy link

codecov-io commented Jun 4, 2019

Codecov Report

Merging #57 into master will decrease coverage by 1.46%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   94.47%   93.01%   -1.47%     
==========================================
  Files           5        5              
  Lines         181      186       +5     
==========================================
+ Hits          171      173       +2     
- Misses         10       13       +3
Impacted Files Coverage Δ
aiohttp_apispec/middlewares.py 89.28% <57.14%> (-10.72%) ⬇️

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 ee3ec4c...33dc8b7. Read the comment docs.

@maximdanilchenko
Copy link
Owner

Issue #55 closed with this commit. So I close this PR.

@georg-wolflein georg-wolflein deleted the patch-1 branch June 10, 2019 17:08
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