Skip to content

Commit

Permalink
test: testing unit test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Sep 24, 2023
1 parent 4ae5764 commit cb77d79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/kotlin/TestingCI.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import kotlin.test.Test
import kotlin.test.fail

class TestingCI {

@Test
fun test() {
fail("test failed")
}
}

0 comments on commit cb77d79

Please sign in to comment.