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 ed960b3 commit 43f690dCopy full SHA for 43f690d
src/test/kotlin/io/codemc/api/TestOverall.kt
@@ -84,7 +84,6 @@ class TestOverall {
84
assertTrue((info?.lastBuild?.number ?: 0) > 0)
85
assertTrue(info?.lastBuild.toString() != "null")
86
assertNotNull(info?.lastBuild?.url)
87
- assertNull(info?.lastFailedBuild)
88
89
// Cleanup
90
println("Cleaning up... ")
@@ -141,7 +140,6 @@ class TestOverall {
141
140
142
143
144
145
146
147
0 commit comments