Skip to content

Instantly share code, notes, and snippets.

@hongbeomi
Created July 10, 2022 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongbeomi/aa2f421366b14f90167840b29be0848a to your computer and use it in GitHub Desktop.
Save hongbeomi/aa2f421366b14f90167840b29be0848a to your computer and use it in GitHub Desktop.
@Test
// fun test() = coroutineRule.runBlockingTest {
// // Test
// }
fun test() = runTest {
// Test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment