Skip to content

Commit a13acf4

Browse files
authored
Update EcommerceSystemTest.java
1 parent ae685c9 commit a13acf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_14/exceptions/exceptions_app/src/test/java/com/codedifferently/lesson14/ecommerce/EcommerceSystemTest.java

Lines changed: 1 addition & 1 deletion
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.assertj.core.api.Assertions.assertThatThrownBy;
5+
56
import org.junit.jupiter.api.BeforeEach;
67
import org.junit.jupiter.api.Test;
78

@@ -15,7 +16,6 @@ void setUp() {
1516
}
1617

1718
@Test
18-
1919
void testAddProduct() {
2020
// Act
2121
ecommerceSystem.addProduct("1", "Laptop");

0 commit comments

Comments
 (0)