Skip to content

Commit

Permalink
🤖 Apply Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored and github-actions[bot] committed May 3, 2024
1 parent 50423da commit c0ee782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ package com.example.jetcaster.core.domain
import com.example.jetcaster.core.data.database.model.Episode
import com.example.jetcaster.core.repository.TestEpisodeStore
import com.example.jetcaster.core.repository.TestPodcastStore
import java.time.OffsetDateTime
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertTrue
import org.junit.Test
import java.time.OffsetDateTime

class GetLatestFollowedEpisodesUseCaseTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ import com.example.jetcaster.core.data.database.model.PodcastWithExtraInfo
import com.example.jetcaster.core.model.asExternalModel
import com.example.jetcaster.core.model.asPodcastToEpisodeInfo
import com.example.jetcaster.core.repository.TestCategoryStore
import java.time.OffsetDateTime
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertEquals
import org.junit.Assert.assertTrue
import org.junit.Test
import java.time.OffsetDateTime

class PodcastCategoryFilterUseCaseTest {

Expand Down

0 comments on commit c0ee782

Please sign in to comment.