We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8341aa commit 84741d9Copy full SHA for 84741d9
src/test/groovy/edu/ie3/datamodel/models/input/system/EvcsInputTest.groovy
@@ -55,7 +55,7 @@ class EvcsInputTest extends Specification {
55
assert id == evcsInput.id
56
assert qCharacteristics == evcsInput.qCharacteristics
57
assert type.sRated == evcsInput.type.sRated * 2d
58
- assert sRated() == hpInput.type.sRated * 2d
+ assert sRated() == evcsInput.type.sRated * 2d
59
assert cosPhiRated == evcsInput.cosPhiRated
60
assert chargingPoints == evcsInput.chargingPoints
61
assert locationType == evcsInput.locationType
0 commit comments