Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaBarahimi committed Oct 31, 2023
1 parent 0b6e76c commit 5237b4a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
6 changes: 0 additions & 6 deletions src/test/java/controller/AuthenticationControllerTest.java

This file was deleted.

6 changes: 0 additions & 6 deletions src/test/java/controller/CommoditiesControllerTest.java

This file was deleted.

4 changes: 4 additions & 0 deletions src/test/java/controllers/AuthenticationControllerTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package controllers;

public class AuthenticationControllerTest {
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package controller;
package controllers;

import controllers.CommentController;
import exceptions.NotExistentComment;
import model.Comment;

Expand Down
5 changes: 5 additions & 0 deletions src/test/java/controllers/CommoditiesControllerTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package controllers;

public class CommoditiesControllerTest {
private CommoditiesController commoditiesController;
}

0 comments on commit 5237b4a

Please sign in to comment.