DATACASS-807 - Polishing.
Fix typo in test method name.
This commit is contained in:
@@ -137,7 +137,7 @@ class ReactiveCassandraRepositoryIntegrationTests extends AbstractSpringDataEmbe
|
||||
}
|
||||
|
||||
@Test // DATACASS-529
|
||||
void shouldFindEmpptySliceByLastName() {
|
||||
void shouldFindEmptySliceByLastName() {
|
||||
repository.findByLastname("foo", CassandraPageRequest.first(1)).as(StepVerifier::create)
|
||||
.expectNextMatches(Streamable::isEmpty).verifyComplete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user