Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 13, 2024
1 parent 5497ef2 commit d54546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_missing_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def test_error_messages(self):
with self.assertLogs("root") as cm:
with self.assertRaises(SystemExit):
importlib.import_module(module)
self.assertIn("you need to install it using 'pip install", cm.output[0])
self.assertIn("you need to install it using \"pip install", cm.output[0])

0 comments on commit d54546a

Please sign in to comment.