Skip to content

Commit 6eaaf33

Browse files
fmt
1 parent 274ca0e commit 6eaaf33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/edu/ie3/datamodel/models/input/container/ThermalGridTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class ThermalGridTest extends Specification {
4747
def modifiedHouses = [Mock(ThermalHouseInput)]
4848
def modifiedHeatStorages = [Mock(CylindricalStorageInput)]
4949
def modifiedDomesticHotWaterStorages = [Mock(CylindricalStorageInput)]
50+
5051
when:
5152
def modifiedThermalGrid = thermalGrid.copy()
5253
.houses(modifiedHouses as Set)

0 commit comments

Comments
 (0)