Skip to content

Commit

Permalink
Task 19 : Optimize all imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Sep 28, 2024
1 parent 1f122dd commit 21199a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

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

class DistanceInMetersCalculatorStrategyTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import org.junit.jupiter.api.BeforeEach;
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.assertThrows;

class DistanceCalculationUtilTest {

Expand Down

0 comments on commit 21199a6

Please sign in to comment.