Skip to content

Commit 244f4f9

Browse files
committed
DATACASS-807 - Polishing.
Fix typo in test method name.
1 parent 35e9d98 commit 244f4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-cassandra/src/test/java/org/springframework/data/cassandra/repository/ReactiveCassandraRepositoryIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void shouldFindSliceByLastName() {
137137
}
138138

139139
@Test // DATACASS-529
140-
void shouldFindEmpptySliceByLastName() {
140+
void shouldFindEmptySliceByLastName() {
141141
repository.findByLastname("foo", CassandraPageRequest.first(1)).as(StepVerifier::create)
142142
.expectNextMatches(Streamable::isEmpty).verifyComplete();
143143
}

0 commit comments

Comments
 (0)