Skip to content

Commit

Permalink
Proper name for Parameterized test
Browse files Browse the repository at this point in the history
  • Loading branch information
dloe committed Sep 12, 2024
1 parent ed65e1f commit 25acaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/java/power/DirectConsumerTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class DirectConsumerTests extends PowerTestFixture{
*/
@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 noPowerRequestedWithNoItemsParameterized2(int siliconAmount, int leadAmount, float producedPower, float requestedPower, float expectedSatisfaction){
public void noPowerRequestedWithNoItemsParameterized(int siliconAmount, int leadAmount, float producedPower, float requestedPower, float expectedSatisfaction){
testUnitFactory(siliconAmount, leadAmount, producedPower,requestedPower, expectedSatisfaction);
}

Expand Down

0 comments on commit 25acaf6

Please sign in to comment.