chore: sync project state and current artifacts
This commit is contained in:
@@ -103,7 +103,7 @@ class TestExpansionValve:
|
||||
def test_default(self):
|
||||
v = entropyk.ExpansionValve()
|
||||
assert v.fluid_name == "R134a"
|
||||
assert v.opening_value is None
|
||||
assert v.opening_value == pytest.approx(0.5)
|
||||
|
||||
def test_with_opening(self):
|
||||
v = entropyk.ExpansionValve(opening=0.5)
|
||||
|
||||
Reference in New Issue
Block a user