DATAREDIS-425 - Adapted to changes in Spring Data KeyValue APIs.
Default query initialization changed to new, so we can delete some code here. Original Pull Request: #156
This commit is contained in:
@@ -115,6 +115,9 @@ public class RedisRepositoryIntegrationTests {
|
||||
assertThat(repo.findByFirstname("rand").size(), is(1));
|
||||
assertThat(repo.findByFirstname("rand"), hasItem(rand));
|
||||
|
||||
assertThat(repo.findByFirstname("egwene").size(), is(1));
|
||||
assertThat(repo.findByFirstname("egwene"), hasItem(egwene));
|
||||
|
||||
assertThat(repo.findByLastname("al'thor"), hasItem(rand));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user