-
Notifications
You must be signed in to change notification settings - Fork 26
Fix enum idempotency #291
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 enum idempotency #291
Conversation
@Clebam this is great! I know this has been a pain point for some users, myself included. |
3e5a370
to
95b9130
Compare
Hi @jordanbreen28 , I'm a bit stuck on the last spec. I wonder if this is link to the spec itself. Do you have any insight on what this test is trying to perform ? |
hey @Clebam - sure! So it looks like the context is getting a message it isn't expecting, which in this case is your change to check the
|
@jordanbreen28 I tried many things but I can't get rid of the error. I'm not that familiar with ruby so it's quite hard to grasp what is going wrong. |
@Clebam No problem, its all good! I was just about to check this pr out and try a few things myself as you tagged me. Let me see if I can spot the problem |
@Clebam altering the test case
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #291 +/- ##
==========================================
+ Coverage 91.83% 91.96% +0.12%
==========================================
Files 6 6
Lines 698 709 +11
==========================================
+ Hits 641 652 +11
Misses 57 57 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we're green! Great work @Clebam and thanks for your contribution!
Summary
Linked to issue : #265
Fixes the fact that enum are not idempotent
Related Issues (if any)
#265
Checklist