Skip to content

Commit

Permalink
rename file according to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
husam-e committed Oct 25, 2024
1 parent a726fc6 commit f0aea1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlinx.coroutines.runBlocking
import org.junit.jupiter.api.Assertions
import org.junit.jupiter.api.Test

class TakeWhileVsTransformWhileTest {
class TakeWhileVsTransformWhileUnitTest {

@Test
fun `takeWhile less than 3 returns 1 and 2`() {
Expand Down

0 comments on commit f0aea1f

Please sign in to comment.