Skip to content

Commit

Permalink
Simplify unit test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Sep 28, 2023
1 parent 0391406 commit 390665d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class MahApplicationTestBuilder(private val builder: ApplicationTestBuilder): Cl
@KtorDsl
fun testMahApplication(
verifyKey: String = "verifyKey",
enableVerify: Boolean = true,
singleMode: Boolean = false,
enableVerify: Boolean = false,
singleMode: Boolean = true,
debug: Boolean = false,
block: suspend MahApplicationTestBuilder.() -> Unit
) = testApplication {
Expand Down

0 comments on commit 390665d

Please sign in to comment.