Skip to content

Commit

Permalink
Remove explicit setting of TestPagingSource#loadContext
Browse files Browse the repository at this point in the history
  • Loading branch information
veyndan committed Jun 18, 2023
1 parent e5112c4 commit 1f5051a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,6 @@ class PagingDataDifferTest(
pagingSourceFactory = {
TestPagingSource(
loadDelay = 1000,
loadContext = coroutineContext,
).also { pagingSources.add(it) }
}
)
Expand Down

0 comments on commit 1f5051a

Please sign in to comment.