Skip to content

Commit 84741d9

Browse files
authored
Update EvcsInputTest.groovy
updated sRated error for evcsInput groovy #1412
1 parent b8341aa commit 84741d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/edu/ie3/datamodel/models/input/system/EvcsInputTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class EvcsInputTest extends Specification {
5555
assert id == evcsInput.id
5656
assert qCharacteristics == evcsInput.qCharacteristics
5757
assert type.sRated == evcsInput.type.sRated * 2d
58-
assert sRated() == hpInput.type.sRated * 2d
58+
assert sRated() == evcsInput.type.sRated * 2d
5959
assert cosPhiRated == evcsInput.cosPhiRated
6060
assert chargingPoints == evcsInput.chargingPoints
6161
assert locationType == evcsInput.locationType

0 commit comments

Comments
 (0)