mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 06:41:49 +01:00
Fix spelling
Fix Testlogging class spelling
This commit is contained in:
parent
78c3235eee
commit
50d22c981e
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user