Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Jul 30, 2023
1 parent 55783dd commit 57ed908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/java/dev/morphia/test/TestVersioning.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public void testAlternateFailures() {
getDs().save(new Country("Sweden"));

Country first = getDs().find(Country.class)
.filter(eq("name", "Sweden"))
.first();
.filter(eq("name", "Sweden"))
.first();

first.name = "USA";

Expand Down

0 comments on commit 57ed908

Please sign in to comment.