Skip to content

Commit

Permalink
Use suspend main() and remove runBlocking
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Sep 24, 2024
1 parent fbbb2b9 commit 1987c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvmTest/kotlin/ManualTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.nio.file.Paths
// Run an actual browser first:
// "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir=C:\remote-profile

fun main(): Unit = runBlocking {
suspend fun main() {
testCrossOriginIFrame()
}

Expand Down

0 comments on commit 1987c2f

Please sign in to comment.