diff options
Diffstat (limited to 'tests/test_install_lib.py')
| -rw-r--r-- | tests/test_install_lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install_lib.py b/tests/test_install_lib.py index 2bd4dc6e..d0dfca00 100644 --- a/tests/test_install_lib.py +++ b/tests/test_install_lib.py @@ -103,7 +103,7 @@ class InstallLibTestCase(support.TempdirManager, finally: sys.dont_write_bytecode = old_dont_write_bytecode - self.assertTrue('byte-compiling is disabled' in self.logs[0][1]) + self.assertIn('byte-compiling is disabled', self.logs[0][1]) def test_suite(): |
