Fix assertion in Hazelcast tests

This commit is contained in:
Vedran Pavic
2018-12-24 20:59:06 +01:00
parent ae6bc3e550
commit c66fcf3f8b

View File

@@ -224,7 +224,7 @@ public abstract class AbstractHazelcastRepositoryITests {
assertThat(this.repository.findByIndexNameAndIndexValue(
FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME, username))
.isNotNull();
.hasSize(1);
}
}