Skip to content

Commit e593942

Browse files
authored
Update LedgerTest.java
1 parent 3ea0d41 commit e593942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/ledger/src/test/java/LedgerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import org.junit.jupiter.api.Test;
2-
import org.junit.jupiter.api.extension.ExtendWith;
31
import org.junit.jupiter.api.BeforeEach;
42
import org.junit.jupiter.api.Disabled;
53
import org.junit.jupiter.api.DisplayName;
4+
import org.junit.jupiter.api.extension.ExtendWith;
5+
import org.junit.jupiter.api.Test;
66

77
import static org.assertj.core.api.Assertions.assertThat;
88

0 commit comments

Comments
 (0)