We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7e16 commit f0c258cCopy full SHA for f0c258c
src/test/java/g0201_0300/s0278_first_bad_version/SolutionTest.java
@@ -1,10 +1,10 @@
1
package g0201_0300.s0278_first_bad_version;
2
3
-import org.junit.jupiter.api.Test;
4
-
5
import static org.hamcrest.CoreMatchers.equalTo;
6
import static org.hamcrest.MatcherAssert.assertThat;
7
+import org.junit.jupiter.api.Test;
+
8
class SolutionTest {
9
@Test
10
void firstBadVersion() {
0 commit comments