Skip to content

Commit

Permalink
fixed spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamMuneer authored Aug 1, 2024
1 parent e1079b9 commit 552b206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonTest/kotlin/app/cash/turbine/ChannelTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 552b206

Please sign in to comment.