Fix assertion in Hazelcast tests

This commit is contained in:
Vedran Pavic
2018-12-24 20:59:06 +01:00
parent d48eebea99
commit 96391ce41a

View File

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