Skip to content

Commit

Permalink
fixes number of tests expectation in DiscoveryTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
myuwono committed Oct 22, 2022
1 parent 8b5bb0a commit 277826f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ class DiscoveryTest : FunSpec({
.build()
val engine = KotestJunitPlatformTestEngine()
val descriptor = engine.discover(req, UniqueId.forEngine("testengine"))
descriptor.classes.size shouldBe 27
descriptor.classes.size shouldBe 26
}

test("kotest should return classes if request has no included or excluded test engines") {
Expand Down

0 comments on commit 277826f

Please sign in to comment.