Skip to content

Commit 40da470

Browse files
committed
DATAMONGO-1454 - Polishing.
Formatting in test case. Original pull request: #381.
1 parent 3ae6aeb commit 40da470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/repository/AbstractPersonRepositoryIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ public void executesAnnotatedCountProjection() {
594594
*/
595595
@Test
596596
public void executesDerivedExistsProjectionToBoolean() {
597+
597598
assertThat(repository.existsByFirstname("Oliver August"), is(true));
598599
assertThat(repository.existsByFirstname("Hans Peter"), is(false));
599600
}

0 commit comments

Comments
 (0)