Skip to content

Commit

Permalink
update name unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Aug 1, 2022
1 parent ea5b592 commit cfcc68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benfordslaw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.1.1'
__version__ = '1.1.2'

# module level doc-string
__doc__ = """
Expand Down
2 changes: 1 addition & 1 deletion benfordslaw/tests/test_benfordslaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from benfordslaw import benfordslaw
import unittest

class TestCLUSTIMAGE(unittest.TestCase):
class TestBENFORDSLAW(unittest.TestCase):

def test_benfordslaw(self):
bl = benfordslaw()
Expand Down

0 comments on commit cfcc68d

Please sign in to comment.