Skip to content

Commit 7d726f1

Browse files
committed
Chore: fixing formatting for Manager & Employee Testing
1 parent 2b4494b commit 7d726f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lesson_15/tdd/tdd_app/src/test/java/com/codedifferently/lesson15/EmployeeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import static org.assertj.core.api.Assertions.assertThat;
44
import static org.junit.jupiter.api.Assertions.assertEquals;
5+
56
import org.junit.jupiter.api.Test;
67

78
public class EmployeeTest {

lesson_15/tdd/tdd_app/src/test/java/com/codedifferently/lesson15/ManagerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static org.assertj.core.api.Assertions.assertThat;
44
import static org.assertj.core.api.Assertions.assertThatThrownBy;
55
import static org.junit.jupiter.api.Assertions.assertThrows;
6+
67
import org.junit.jupiter.api.BeforeEach;
78
import org.junit.jupiter.api.Test; // got this from chatGpt
89

0 commit comments

Comments
 (0)