This commit is contained in:
Ken Stevens 2019-11-13 17:14:24 -05:00 committed by James Agnew
parent 1fff132f8e
commit ad39b319f8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class PersistedJpaBundleProviderTest {
Search searchEntity = new Search();
searchEntity.setTotalCount(1);
myPersistedJpaBundleProvider.setSearchEntity(searchEntity);
myPersistedJpaBundleProvider.doSearchOrEverything(0, 0);
myPersistedJpaBundleProvider.doSearchOrEverything(0, 1);
verifyNoInteractions(myDao);
}
}