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-ATTEMPT: Try to use a class instead of mutating struct for JSONAPIError.Builder #126

Merged
merged 1 commit into from
Sep 26, 2016

Conversation

MP0w
Copy link
Member

@MP0w MP0w commented Sep 26, 2016

Hopefully fixes #79

theory some bug while mutating the struct prevent it to work correctly? I don't think it's a Router issue because only happens with this test

…IError.Builder (#79)

theory some bug while mutating the struct prevent it to work correctly? I don't think it's a Router issue because only happens with this test
@devluckybot
Copy link

1 Error
🚫 Any changes to library code need a summary in the Changelog.
1 Warning
⚠️ Tests were not updated

Generated by 🚫 danger

@codecov-io
Copy link

Current coverage is 99.57% (diff: 100%)

Merging #126 into master will not change coverage

@@             master       #126   diff @@
==========================================
  Files            10         10          
  Lines           474        474          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            472        472          
  Misses            2          2          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 7450b8f...f0c586e

@MP0w
Copy link
Member Author

MP0w commented Sep 26, 2016

@joanromano won't include it in the changelog because I'm not sure it fixes the issue... just a try that doesn't change the behaviours

@joanromano
Copy link
Member

#hope

@MP0w MP0w merged commit f48cb36 into master Sep 26, 2016
@MP0w MP0w deleted the fix/failingTestJSONAPIError branch September 26, 2016 16:20
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.

Investigate Occasionally failing test
4 participants