fix test
This commit is contained in:
parent
1fff132f8e
commit
ad39b319f8
|
@ -29,7 +29,7 @@ public class PersistedJpaBundleProviderTest {
|
||||||
Search searchEntity = new Search();
|
Search searchEntity = new Search();
|
||||||
searchEntity.setTotalCount(1);
|
searchEntity.setTotalCount(1);
|
||||||
myPersistedJpaBundleProvider.setSearchEntity(searchEntity);
|
myPersistedJpaBundleProvider.setSearchEntity(searchEntity);
|
||||||
myPersistedJpaBundleProvider.doSearchOrEverything(0, 0);
|
myPersistedJpaBundleProvider.doSearchOrEverything(0, 1);
|
||||||
verifyNoInteractions(myDao);
|
verifyNoInteractions(myDao);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue