Skip to content

Commit

Permalink
fix: inline comment
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Jul 26, 2023
1 parent c632d25 commit 1d51a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def create_test_markets(db) -> dict[str, Sensor]:
),
)
db.session.add(epex_da)
db.session.flush() # assign an id so it can be used to set a market_id attribute on an Asset or Sensor
db.session.flush() # assign an id, so it can be used to set a market_id attribute on a GenericAsset or Sensor
return {"epex_da": epex_da}


Expand Down

0 comments on commit 1d51a16

Please sign in to comment.