Skip to content

Commit fc224d9

Browse files
committed
feat: refactor
1 parent bda3fee commit fc224d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lesson_15/tdd/tdd_app/src/test/java/EmployeeManagerTest.java renamed to lesson_15/tdd/tdd_app/src/test/java/com/codedifferently/lesson15/EmployeeManagerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
package com.codedifferently.lesson15;
12
import static org.assertj.core.api.Assertions.assertThatThrownBy;
23
import static org.junit.jupiter.api.Assertions.assertEquals;
34
import org.junit.jupiter.api.BeforeEach;
45
import org.junit.jupiter.api.Test;
56

6-
import com.codedifferently.lesson15.Employee;
7-
import com.codedifferently.lesson15.EmployeeManager;
8-
97
public class EmployeeManagerTest {
108

119
EmployeeManager employeeManager;

0 commit comments

Comments
 (0)