Skip to content

Commit 5f38523

Browse files
committed
[ANDROSDK-2309-APPLY-TO-FILTERS] Adapt unit test
1 parent 3c55e44 commit 5f38523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/hisp/dhis/android/core/arch/repositories/collection/RepositoryPagingShould.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class RepositoryPagingShould {
161161
RepositoryDataSource(store, updatedScope2, childrenAppenders)
162162
dataSource.loadAfter(PageKeyedDataSource.LoadParams(6, 3), loadCallback)
163163
verify(store).selectWhere(
164-
"program = 'uid'",
164+
"(program = 'uid')",
165165
"code DESC, name ASC",
166166
3,
167167
6,

0 commit comments

Comments
 (0)