Skip to content

Commit f5a339b

Browse files
committed
DATAMONGO-1454 - Polishing.
Formatting in test case. Original pull request: #381.
1 parent 5e60867 commit f5a339b

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
@@ -593,6 +593,7 @@ public void executesAnnotatedCountProjection() {
593593
*/
594594
@Test
595595
public void executesDerivedExistsProjectionToBoolean() {
596+
596597
assertThat(repository.existsByFirstname("Oliver August"), is(true));
597598
assertThat(repository.existsByFirstname("Hans Peter"), is(false));
598599
}

0 commit comments

Comments
 (0)