Skip to content

Commit

Permalink
fixed comment with proper annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dloe committed Sep 12, 2024
1 parent 25acaf6 commit 21737a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/test/java/power/DirectConsumerTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
public class DirectConsumerTests extends PowerTestFixture{


/**
* CsvSource parameterized tests, testing outliers
*/
/** CsvSource parameterized tests, testing outliers */
@ParameterizedTest
@CsvSource({"0, 0, 0.08f, 0.08f, 1f", "0, 0, 0.08f, 0.08f, 1f", "0, 0, 0.08f, 0.08f, 1f"})
public void noPowerRequestedWithNoItemsParameterized(int siliconAmount, int leadAmount, float producedPower, float requestedPower, float expectedSatisfaction){
Expand Down

0 comments on commit 21737a1

Please sign in to comment.