]> www.average.org Git - loctrkd.git/blobdiff - test/test_black.py
rename gps303 -> loctrkd
[loctrkd.git] / test / test_black.py
index cc72eae03d88bfb2f954f824fbafcf68254787cc..49227493b21877d57881a963dcc8ec2c8b67ef8b 100644 (file)
@@ -21,7 +21,7 @@ class BlackFormatter(TestCase):
             self.fail(f"black not installed.")
         cmd = (
             ["black", "--check", "--diff", "-l", "79"]
-            + glob("gps303/**/*.py", recursive=True)
+            + glob("loctrkd/**/*.py", recursive=True)
             + glob("test/**/*.py", recursive=True)
         )
         output = run(cmd, capture_output=True)