Skip to content

Commit

Permalink
[Test] Fix typo in test_multiComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed Nov 10, 2016
1 parent e235f69 commit 4e1c45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/test/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_mixtureAveraged(self):
self.assertArrayNear(Dbin1, Dbin1.T)

def test_multiComponent(self):
with self.assertRaises(AttributeError):
self.phase.Multi_diff_coeffs
with self.assertRaises(ct.CanteraError):
self.phase.multi_diff_coeffs

self.assertArrayNear(self.phase.thermal_diff_coeffs,
np.zeros(self.phase.n_species))
Expand Down

0 comments on commit 4e1c45c

Please sign in to comment.