Skip to content
Snippets Groups Projects
Commit 5608f5a8 authored by Anvesh Renikindi's avatar Anvesh Renikindi Committed by Gerrit Code Review
Browse files

Merge "Fix LargeTopAppBarNestedScrollConnectionTest for ag/26995613" into main

parents cfd36ae7 047c010c
No related branches found
No related tags found
No related merge requests found
......@@ -201,11 +201,11 @@ class LargeTopAppBarNestedScrollConnectionTest(testCase: TestCase) {
companion object {
@Parameterized.Parameters(name = "{0}")
@JvmStatic
fun data(): List<TestCase> =
listOf(
TestCase(NestedScrollSource.Drag),
TestCase(NestedScrollSource.Fling),
TestCase(NestedScrollSource.Wheel),
fun data(): List<TestCase> {
return listOf(
TestCase(NestedScrollSource.UserInput),
TestCase(NestedScrollSource.SideEffect),
)
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment