Skip to content

Commit 5ae00bb

Browse files
committed
chore: uncomment ping
1 parent 18c314e commit 5ae00bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/io/codemc/api/jenkins/TestJenkins.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestJenkins {
2929
@JvmStatic
3030
@BeforeAll
3131
fun testPing() {
32-
// assertTrue(ping())
32+
assertTrue(ping())
3333
}
3434

3535
}

0 commit comments

Comments
 (0)