Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
taha.attari@smilecdr.com committed Dec 19, 2024
1 parent 3c6f605 commit fe50e2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ void expandingAddsAVersion() {
new ArrayList<String>(),
new Date());
// leaf was expanded
assertEquals(3, initiallyNoVersionNoExpansion.getExpansion().getContains().size());
assertEquals(
3, initiallyNoVersionNoExpansion.getExpansion().getContains().size());
// leaf got a version
assertEquals(version, initiallyNoVersionNoExpansion.getVersion());
// trivial checks
Expand Down

0 comments on commit fe50e2f

Please sign in to comment.