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 f2053c3 commit 2d95d62
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.Windows.WinVaultKeyring.viable,
reason="macOS backend not viable",
)
class TestOSXKeychain(BackendBasicTests):
class Test_macOSKeychain(BackendBasicTests):
def init_keyring(self):
return macOS.Keyring()

0 comments on commit 2d95d62

Please sign in to comment.