Skip to content

Commit 745e33c

Browse files
Update src/test/scala/edu/ie3/simona/model/participant/ChpModelSpec.scala
Co-authored-by: Daniel Feismann <[email protected]>
1 parent 521a8dc commit 745e33c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/scala/edu/ie3/simona/model/participant/ChpModelSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ class ChpModelSpec
191191
val testCases = Table(
192192
("chpState", "storageLvl", "heatDemand", "expectedTotalEnergy"),
193193
(chpStateNotRunning, 70, 0, 0), // tests case (false, false, true)
194-
// Fixme Check this, why 100?
195194
(
196195
chpStateNotRunning,
197196
70,

0 commit comments

Comments
 (0)