Skip to content

Commit 9706647

Browse files
committed
failure test
1 parent d9c3fe5 commit 9706647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/sourcelab/buildkite/api/client/ConfigurationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import static org.junit.jupiter.api.Assertions.assertEquals;
2323
import static org.junit.jupiter.api.Assertions.assertNotNull;
24+
import static org.junit.jupiter.api.Assertions.assertTrue;
2425

2526
class ConfigurationTest {
2627

@@ -44,6 +45,6 @@ void sanityCheck() {
4445
@Test
4546
void failTest()
4647
{
47-
assertTrue(false, "failed test");
48+
assertTrue(false);
4849
}
4950
}

0 commit comments

Comments
 (0)