Skip to content

Commit

Permalink
import assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jun 13, 2024
1 parent 84df3c3 commit e136f1d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.TestMethodOrder;

import static org.junit.jupiter.api.Assertions;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;


@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class InventoryEndpointIT {
Expand Down

0 comments on commit e136f1d

Please sign in to comment.