Skip to content

Commit

Permalink
test: Fix ConfigTest amount of fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Jul 19, 2024
1 parent 64e8bc6 commit 574db30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ void save() {
fail();
}
}
assertEquals(20, fields.length);
verify(log, times(1)).warning(anyString());
verify(log, times(1)).info(anyString());
}
Expand Down

0 comments on commit 574db30

Please sign in to comment.