Skip to content

Commit

Permalink
pybamm-team#1778 fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 17, 2024
1 parent 8ab206a commit accde29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_options(self):
)

# thermal heat of mixing
with self.assertRaisesRegex(pybamm.OptionError, "Heat of mixing"):
with self.assertRaisesRegex(NotImplementedError, "Heat of mixing"):
pybamm.BaseBatteryModel(
{
"heat of mixing": "true",
Expand Down

0 comments on commit accde29

Please sign in to comment.