Skip to content

Commit b85e541

Browse files
committed
clean up
1 parent b2b9394 commit b85e541

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deep_code/tests/tools/test_publish.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,9 @@ def setUp(self, mock_github_publisher, mock_fsspec_open):
4141
)
4242

4343
def test_normalize_name(self):
44-
# Test normal input
4544
self.assertEqual(Publisher._normalize_name("Test Name"), "test-name")
46-
47-
# Test input with multiple spaces
4845
self.assertEqual(Publisher._normalize_name("Test Name"), "test---name")
49-
50-
# Test empty input
5146
self.assertIsNone(Publisher._normalize_name(""))
52-
53-
# Test None input
5447
self.assertIsNone(Publisher._normalize_name(None))
5548

5649
def test_write_to_file(self):

0 commit comments

Comments
 (0)