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 d9c3fe5 commit 9706647Copy full SHA for 9706647
src/test/java/org/sourcelab/buildkite/api/client/ConfigurationTest.java
@@ -21,6 +21,7 @@
21
22
import static org.junit.jupiter.api.Assertions.assertEquals;
23
import static org.junit.jupiter.api.Assertions.assertNotNull;
24
+import static org.junit.jupiter.api.Assertions.assertTrue;
25
26
class ConfigurationTest {
27
@@ -44,6 +45,6 @@ void sanityCheck() {
44
45
@Test
46
void failTest()
47
{
- assertTrue(false, "failed test");
48
+ assertTrue(false);
49
}
50
0 commit comments