You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
You need cover the test method for Studio Repository class, create a test class and make separate test methods for each repository method.
Methods you need to work on:
findByName
findByUsersSet_Id
Creating a New Branch
Make sure to create a new branch, use the naming convention: "test/your_git_username"
Reference
You can view the test classes created in User Repository to get reference/setup.
Expected behavior
Make sure the test methods are working and covering the methods within Studio Repository, you can do this by running the test with coverage option provided in intellij IDE.
Raise a PR
Once the task is completed, make sure to raise a PR so that we can view your changes.
Due Date
23rd Aug 2023
The text was updated successfully, but these errors were encountered:
Describe the bug
You need cover the test method for Studio Repository class, create a test class and make separate test methods for each repository method.
Methods you need to work on:
Creating a New Branch
Make sure to create a new branch, use the naming convention: "test/your_git_username"
Reference
You can view the test classes created in User Repository to get reference/setup.
Expected behavior
Make sure the test methods are working and covering the methods within Studio Repository, you can do this by running the test with coverage option provided in intellij IDE.
Raise a PR
Once the task is completed, make sure to raise a PR so that we can view your changes.
Due Date
23rd Aug 2023
The text was updated successfully, but these errors were encountered: