From 2d9e11e79858c54de8166beecb4991eb6041ecb0 Mon Sep 17 00:00:00 2001 From: "Carlos Alexandre S. da Fonseca" Date: Thu, 2 Jan 2025 17:49:22 -0300 Subject: [PATCH] Update test_progressbar.py --- tests/test_progressbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_progressbar.py b/tests/test_progressbar.py index 3503182..9b56d2e 100644 --- a/tests/test_progressbar.py +++ b/tests/test_progressbar.py @@ -6,7 +6,7 @@ from console_progressbar import ProgressBar -class TestConsoleProgressBar(unittest.TestCase): +class TestConsoleProgressBar(TestCase): def setUp(self): self.total = 100