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 3ad67e5 commit cc59554Copy full SHA for cc59554
src/test/groovy/edu/ie3/test/common/SystemParticipantTestData.groovy
@@ -225,8 +225,8 @@ class SystemParticipantTestData {
225
)
226
227
// Load
228
- private static final ComparableQuantity<Energy> eConsAnnual = Quantities.getQuantity(4000, ENERGY_IN)
229
- private static final StandardLoadProfile standardLoadProfile = BdewStandardLoadProfile.H0
+ protected static final ComparableQuantity<Energy> eConsAnnual = Quantities.getQuantity(4000, ENERGY_IN)
+ protected static final StandardLoadProfile standardLoadProfile = BdewStandardLoadProfile.H0
230
public static final LoadInput loadInput = new LoadInput(
231
UUID.fromString("eaf77f7e-9001-479f-94ca-7fb657766f5f"),
232
"test_loadInput",
0 commit comments