[Test] Fix typo in test_multiComponent
This commit is contained in:
parent
e235f69543
commit
4e1c45c2aa
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ class TestTransport(utilities.CanteraTest):
|
|||
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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue