Skip to content

Commit 219324f

Browse files
committed
GP-66 move tests to right packages
1 parent 902d474 commit 219324f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

3-0-spring-framework/3-0-1-hello-spring-mvc/src/test/java/NoteRestControllerTest.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/test/java/com/bobocode/mvc/api/NoteRestControllerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.bobocode.mvc.api;
2+
13
import com.bobocode.mvc.HelloSpringMvcApp;
24
import com.bobocode.mvc.api.NoteRestController;
35
import com.bobocode.mvc.controller.NoteController;

3-0-spring-framework/3-0-1-hello-spring-mvc/src/test/java/NoteControllerTest.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/test/java/com/bobocode/mvc/controller/NoteControllerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.bobocode.mvc.controller;
2+
13
import com.bobocode.mvc.HelloSpringMvcApp;
24
import com.bobocode.mvc.controller.NoteController;
35
import com.bobocode.mvc.data.Notes;

0 commit comments

Comments
 (0)