From 552b206d2fa9ba7261949b46cf3138057103768a Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 1 Aug 2024 23:51:15 +0530 Subject: [PATCH] fixed spotless --- src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt b/src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt index fed4da5..30e27ca 100644 --- a/src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt +++ b/src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt @@ -261,7 +261,7 @@ class ChannelTest { assertEquals("Expected item but found Error(CustomThrowable)", actual.message) assertSame(error, actual.cause) } - + @Test fun takeComplete() = withTestScope { val channel = channelOf("item!") channel.takeItem()