Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Marcellin committed Nov 29, 2023
1 parent 0f8b1e0 commit e8cd34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void deleteResultTest() {
new SensitivityValue(2, -1, 500.9, 2.1),
new SensitivityValue(3, 1, 500.6, 2.4),
new SensitivityValue(4, 0, 500.7, 2.3),
new SensitivityValue( 5, 2, 500.8, 2.2)
new SensitivityValue(5, 2, 500.8, 2.2)
));
Collections.shuffle(sensitivityValues);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* @author Hugo Marcellin <hugo.marcelin at rte-france.com>
*/
public final class TestUtils {

private TestUtils() { }

public static void assertRequestsCount(long select, long insert, long update, long delete) {
assertSelectCount(select);
assertInsertCount(insert);
Expand Down

0 comments on commit e8cd34f

Please sign in to comment.