DATAMONGO-1454 - Polishing.
Formatting in test case. Original pull request: #381.
This commit is contained in:
@@ -593,6 +593,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
|
||||
*/
|
||||
@Test
|
||||
public void executesDerivedExistsProjectionToBoolean() {
|
||||
|
||||
assertThat(repository.existsByFirstname("Oliver August"), is(true));
|
||||
assertThat(repository.existsByFirstname("Hans Peter"), is(false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user