Skip to content

Commit

Permalink
Updated test_config
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantGiridhar committed Nov 19, 2024
1 parent 5ceb39a commit 5cc5765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/base/tests/test_flowsheet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_config(self, model):
assert len(model.fs.config) == 5
assert model.fs.config.dynamic is useDefault
assert model.fs.config.time is None
assert model.fs.config.time_set == [0]
assert model.fs.config.time_set == None
assert model.fs.config.default_property_package is None
assert model.fs.config.time_units is None

Expand Down

0 comments on commit 5cc5765

Please sign in to comment.