Skip to content

Commit

Permalink
Update tests/unit/test_util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Agriya Khetarpal <[email protected]>
  • Loading branch information
arjxn-py and agriyakhetarpal authored Nov 11, 2023
1 parent 6f5823f commit aca6173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def test_have_optional_dependency(self):
pybamm.util.have_optional_dependency("pybtex")
pybamm.print_citations()

with self.assertRaisesRegex(ModuleNotFoundError,"Optional dependency flask is not available."):
pybamm.util.have_optional_dependency("flask","Flask")


Expand Down

0 comments on commit aca6173

Please sign in to comment.