Skip to content

Commit

Permalink
Merge 3f2df78 into 25b5313
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpirchala authored Oct 11, 2019
2 parents 25b5313 + 3f2df78 commit ec0f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastepwn/analyzers/tests/privatekeyanalyzer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pastepwn.analyzers.privatekeyanalyzer import PrivateKeyAnalyzer


class TestMailAnalyzer(unittest.TestCase):
class TestPrivateKeyAnalyzer(unittest.TestCase):
def setUp(self):
self.analyzer = PrivateKeyAnalyzer(None)
self.paste = mock.Mock()
Expand Down

0 comments on commit ec0f2b8

Please sign in to comment.