Skip to content

Commit

Permalink
Remove wildcard imports from CarTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rexkoh425 committed Oct 24, 2024
1 parent f02e68c commit 1b8cf8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/car/CarTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

import exceptions.CarException;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertThrows;

public class CarTest {

Expand Down

0 comments on commit 1b8cf8c

Please sign in to comment.