Skip to content

Commit

Permalink
Update TC_DEM_2_8.py - changed PICS conformance to comma separated list
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow authored Jul 25, 2024
1 parent 58ecac3 commit b133357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_8.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def pics_TC_DEM_2_8(self):
"""Return the PICS definitions associated with this test."""
pics = [
# Depends on Feature 06 (ConstraintBasedAdjustment) & Feature 02 (StateForecastReporting)
"DEM.S.F06 & DEM.S.F02"
"DEM.S.F06", "DEM.S.F02"
]
return pics

Expand Down

0 comments on commit b133357

Please sign in to comment.