DATAMONGO-1454 - Polishing.

Formatting in test case.

Original pull request: #381.
This commit is contained in:
Oliver Gierke
2016-12-02 16:33:13 +01:00
parent 3ae6aebebb
commit 40da4701de

View File

@@ -594,6 +594,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
*/
@Test
public void executesDerivedExistsProjectionToBoolean() {
assertThat(repository.existsByFirstname("Oliver August"), is(true));
assertThat(repository.existsByFirstname("Hans Peter"), is(false));
}