Skip to content

Commit 5c19613

Browse files
committed
Change naming of test_mainmcc to TestMainMcc
1 parent 6a4805b commit 5c19613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_EntropyFunctions/test_main_mcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from CodeEntropy.main_mcc import main
99

1010

11-
class TestMainCC(unittest.TestCase):
11+
class TestMainMcc(unittest.TestCase):
1212
"""
1313
Unit tests for the main functionality of CodeEntropy.
1414
"""

0 commit comments

Comments
 (0)