From 8b2f57e8e74f44ec5943dc47c45415c6b65ae409 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 28 Apr 2024 12:14:10 -0700 Subject: [PATCH] force test --- tests/test_uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_uptime.py b/tests/test_uptime.py index d1e60ad7..dafeafda 100644 --- a/tests/test_uptime.py +++ b/tests/test_uptime.py @@ -5,7 +5,7 @@ import jc.parsers.uptime THIS_DIR = os.path.dirname(os.path.abspath(__file__)) -# force github actions testing +# force github actions testing again class MyTests(unittest.TestCase):