From e6514ae5a73131c211c019722c3f459157e17581 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Wed, 31 May 2023 11:23:42 +0200 Subject: [PATCH] reformat with black --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index fcd5380..319e13c 100644 --- a/tests.py +++ b/tests.py @@ -172,7 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path): def test_install_environment_zlib(): """Test installation of toolchain.""" - # Prepare a test installation of global generic + # Prepare a test installation of global generic # with only zlib to test the installation # This is a long test, # its handy to test this with print statements printed to -- GitLab