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

Change filename from comment_test.rb to comment_system_test.rb #11647

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

Conversation

naseehasalam
Copy link

Updates the filename of test/comment_system_tests/comment_test.rb in the plots2 repository - to "test/comment_system_tests/comment_system_test.rb"

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

replace CommentTest in the specified line of code with CommentSystemTest
@naseehasalam naseehasalam mentioned this pull request Jul 23, 2023
5 tasks
@codecov
Copy link

codecov bot commented Jul 23, 2023

Codecov Report

Merging #11647 (d311b41) into main (5e1d8c2) will decrease coverage by 3.81%.
The diff coverage is n/a.

❗ Current head d311b41 differs from pull request most recent head 8dab91b. Consider uploading reports for the commit 8dab91b to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #11647      +/-   ##
==========================================
- Coverage   83.33%   79.52%   -3.81%     
==========================================
  Files          93       93              
  Lines        5772     5792      +20     
==========================================
- Hits         4810     4606     -204     
- Misses        962     1186     +224     

see 28 files with indirect coverage changes

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