Update benchmarks/src/main/kotlin/com/google/samples/apps/nowinandroid/interests/InterestsActions.kt

Co-authored-by: Tomáš Mlynarič <mlykotom@google.com>
pull/1060/head
Ben Weiss 7 months ago committed by GitHub
parent b007f9c678
commit 53a381c8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,8 +43,7 @@ fun MacrobenchmarkScope.interestsScrollTopicsDownUp() {
// TODO: Ensure topics are availble.
device.flingElementDownUp(topicsList)
} else {
Log.e(TAG, "No topics found, can't scroll during baseline profile generation.")
fail()
fail("No topics found, can't scroll during baseline profile generation.")
}
}

Loading…
Cancel
Save