gfa-cc-after / Pet-Clinic-GilmoreDevs

Pet clinic project made by group 2
https://frontend-production-e146.up.railway.app/
GNU General Public License v3.0
2 stars 0 forks source link

Test Classes are misplaced #53

Closed markkovari closed 3 months ago

markkovari commented 3 months ago

https://github.com/gfa-cc-after/Pet-Clinic-GilmoreDevs/blob/main/backend/src/test/java/com/greenfoxacademy/backend/controller/UserRegistrationTest.java

this is definitely not a controller test (or integration test for the matter), but it is in the controller subpackage of the tests.