Skip to content

Commit

Permalink
fix test solely heat up the house for ThermalGridWithHouseOnlySpec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Aug 19, 2024
1 parent bf7560d commit b48e805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class ThermalGridWithHouseOnlySpec
case _ => fail("Thermal grid state has been calculated wrong.")
}
reachedThreshold shouldBe Some(
StorageFull(3446)
HouseTemperatureUpperBoundaryReached(15105)
)
}
}
Expand Down

0 comments on commit b48e805

Please sign in to comment.