Skip to content

Commit 2758d0a

Browse files
committed
spelling: whether or not
Signed-off-by: Josh Soref <[email protected]>
1 parent d04fdc3 commit 2758d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/tools/test_base_google_credentials_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async def test_get_valid_credentials_with_existing_non_oauth_creds(
107107
"""Test that existing non-oauth credentials are returned immediately.
108108
109109
When credentials are of non-oauth type, no refresh or OAuth flow
110-
is triggered irrespective of whether it is valid or not.
110+
is triggered irrespective of whether or not it is valid.
111111
"""
112112
# Create mock credentials that are already valid
113113
mock_creds = Mock(spec=AuthCredentials)

0 commit comments

Comments
 (0)