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 274ca0e commit 6eaaf33Copy full SHA for 6eaaf33
src/test/groovy/edu/ie3/datamodel/models/input/container/ThermalGridTest.groovy
@@ -47,6 +47,7 @@ class ThermalGridTest extends Specification {
47
def modifiedHouses = [Mock(ThermalHouseInput)]
48
def modifiedHeatStorages = [Mock(CylindricalStorageInput)]
49
def modifiedDomesticHotWaterStorages = [Mock(CylindricalStorageInput)]
50
+
51
when:
52
def modifiedThermalGrid = thermalGrid.copy()
53
.houses(modifiedHouses as Set)
0 commit comments