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

Update and rename comment_test.rb to comment_system_test.rb to solve class name mismatch error #11683

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

Conversation

yuzanawinnnn
Copy link

Renamed the file comment_test.rb as comment_system_test.rb and change the classname by writing the code class CommentSystemTest < ApplicationSystemTestCase.

Fixes #11620

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • PR is descriptively titled 📑 and links the original issue above 🔗
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with rake test
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

Copy link

codeclimate bot commented Dec 4, 2023

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

View more on Code Climate.

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.

Solve class mismatch error
1 participant