Skip to content

Commit

Permalink
one more adapt tests of ThermalGridWith
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Aug 14, 2024
1 parent fc93131 commit 30adf0f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,7 @@ class ThermalGridWithHouseAndStorageSpec

case _ => fail("Thermal grid state has been calculated wrong.")
}
reachedThreshold shouldBe Some(
HouseTemperatureUpperBoundaryReached(5846L)
)
reachedThreshold shouldBe Some(StorageFull(5846))
}

"load the storage, if the upper temperature in the house is reached" in {
Expand Down

0 comments on commit 30adf0f

Please sign in to comment.