Skip to content

Commit db429f0

Browse files
committed
[UnitTests] Update test suite
1 parent 485668d commit db429f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interfaces/cython/cantera/test/test_reaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class TestBlowersMaselRate(ReactionRateTests, utilities.CanteraTest):
317317

318318
def eval(self, rate):
319319
rate.delta_enthalpy = self.soln.delta_enthalpy[self._index]
320-
with pytest.warns(UserWarning, match="BlowersMaselData::update"):
320+
with pytest.warns(UserWarning, match="BulkData::update"):
321321
return rate(self.soln.T)
322322

323323
def test_from_parts(self):
@@ -1365,7 +1365,7 @@ class TestBlowersMasel(ReactionTests, utilities.CanteraTest):
13651365

13661366
def eval_rate(self, rate):
13671367
rate.delta_enthalpy = self.soln.delta_enthalpy[self._index]
1368-
with pytest.warns(UserWarning, match="BlowersMaselData::update"):
1368+
with pytest.warns(UserWarning, match="BulkData::update"):
13691369
return rate(self.soln.T)
13701370

13711371

0 commit comments

Comments
 (0)