Skip to content

Commit

Permalink
Fix test failure resulting from interaction between PRs Cantera#784 and
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Feb 12, 2020
1 parent 01a4e90 commit 7b70894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/test/test_purefluid.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_X_deprecated(self):
with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
X = self.water.X
self.water.TPX = 300, 101325, 1
self.water.TX = 300, 1

self.assertEqual(len(w), 2)
for warning in w:
Expand Down

0 comments on commit 7b70894

Please sign in to comment.