Skip to content

Commit 06cebe3

Browse files
Fix import ordering
1 parent 23d887c commit 06cebe3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exercises/practice/resistor-color-duo/src/test/java/ResistorColorDuoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.junit.jupiter.api.BeforeEach;
2+
import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.DisplayName;
34
import org.junit.jupiter.api.Test;
4-
import org.junit.jupiter.api.Disabled;
55

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

exercises/practice/resistor-color-trio/src/test/java/ResistorColorTrioTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.junit.jupiter.api.BeforeEach;
2+
import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.DisplayName;
34
import org.junit.jupiter.api.Test;
4-
import org.junit.jupiter.api.Disabled;
55

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

exercises/practice/resistor-color/src/test/java/ResistorColorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.junit.jupiter.api.BeforeEach;
2+
import org.junit.jupiter.api.Disabled;
23
import org.junit.jupiter.api.DisplayName;
34
import org.junit.jupiter.api.Test;
4-
import org.junit.jupiter.api.Disabled;
55
import static org.assertj.core.api.Assertions.assertThat;
66

77
public class ResistorColorTest {

0 commit comments

Comments
 (0)