Fix spelling

Fix Testlogging class spelling
This commit is contained in:
keyhanr 2023-04-02 08:48:55 -07:00 committed by GitHub
parent 78c3235eee
commit 50d22c981e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import unittest
from tml.ml_logging.torch_logging import logging from tml.ml_logging.torch_logging import logging
class Testtlogging(unittest.TestCase): class Testlogging(unittest.TestCase):
def test_warn_once(self): def test_warn_once(self):
with self.assertLogs(level="INFO") as captured_logs: with self.assertLogs(level="INFO") as captured_logs:
logging.info("first info") logging.info("first info")