From 50d22c981e5fee7d146d494c3db65b33f3919759 Mon Sep 17 00:00:00 2001 From: keyhanr Date: Sun, 2 Apr 2023 08:48:55 -0700 Subject: [PATCH] Fix spelling Fix Testlogging class spelling --- ml_logging/test_torch_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_logging/test_torch_logging.py b/ml_logging/test_torch_logging.py index e3a2e90..0a2c72e 100644 --- a/ml_logging/test_torch_logging.py +++ b/ml_logging/test_torch_logging.py @@ -3,7 +3,7 @@ import unittest from tml.ml_logging.torch_logging import logging -class Testtlogging(unittest.TestCase): +class Testlogging(unittest.TestCase): def test_warn_once(self): with self.assertLogs(level="INFO") as captured_logs: logging.info("first info")