Skip to content

Commit

Permalink
Rename test to match preferred naming convention for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 25, 2021
1 parent 1dfd2fa commit 62e32c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backends/test_macOS.py
Expand Up @@ -9,6 +9,6 @@
not keyring.backends.macOS.Keyring.viable,
reason="macOS backend not viable",
)
class TestOSXKeychain(BackendBasicTests):
class Test_macOSKeychain(BackendBasicTests):
def init_keyring(self):
return macOS.Keyring()

0 comments on commit 62e32c3

Please sign in to comment.