mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed ExampleInstrumentedTest
This commit is contained in:
parent
0c418fdf9b
commit
c8a863e332
1 changed files with 1 additions and 2 deletions
|
@ -154,7 +154,7 @@ class ExampleInstrumentedTest {
|
|||
fun providerCorrectHomepage() {
|
||||
runBlocking {
|
||||
getAllProviders().toList().amap { api ->
|
||||
TestingUtils.testHomepage(api, ::println)
|
||||
TestingUtils.testHomepage(api, TestingUtils.Logger())
|
||||
}
|
||||
}
|
||||
println("Done providerCorrectHomepage")
|
||||
|
@ -166,7 +166,6 @@ class ExampleInstrumentedTest {
|
|||
TestingUtils.getDeferredProviderTests(
|
||||
this,
|
||||
getAllProviders(),
|
||||
::println
|
||||
) { _, _ -> }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue