Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jun 23, 2023
1 parent d8cae57 commit 4224d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_sign_workflow/test_signer_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from sign_workflow.signer_mac import SignerMac


class TestSignerMacOs(unittest.TestCase):
class TestSignerMac(unittest.TestCase):

@patch("sign_workflow.signer.GitRepository")
def test_accepted_file_types(self, git_repo: Mock) -> None:
Expand Down

0 comments on commit 4224d43

Please sign in to comment.