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 broken tests on Rails 7.1.2. #842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Nov 24, 2023

The behavior of non-column-backed attributes for enum was changed by rails/rails#49769.
This patch fixed the error message according to the change.

The behavior of non-column-backed attributes for `enum` was
changed by rails/rails#49769.
Copy link

codeclimate bot commented Nov 24, 2023

Code Climate has analyzed commit 9fb8020 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (666ef70) 95.45% compared to head (9fb8020) 95.45%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #842   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files          35       35           
  Lines        1277     1277           
=======================================
  Hits         1219     1219           
  Misses         58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@y-yagi y-yagi marked this pull request as ready for review November 24, 2023 06:24
@y-yagi y-yagi mentioned this pull request Mar 1, 2024
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

3 participants