Skip to content

Commit

Permalink
chore: remove duplicate words (apache#14615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 5, 2021
1 parent 86a54b7 commit 2ca3fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/jobs/test_scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ def test_find_executable_task_instances_in_default_pool(self):
session.merge(ti2)
session.flush()

# One task w/o pool up for execution and one task task running
# One task w/o pool up for execution and one task running
res = scheduler._executable_task_instances_to_queued(max_tis=32, session=session)
assert 0 == len(res)

Expand Down
2 changes: 1 addition & 1 deletion tests/providers/google/cloud/utils/gcp_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def gcp_store_authentication(self):

def gcp_restore_authentication(self):
"""
Restore authentication to the original one one.
Restore authentication to the original one.
"""
self._validate_key_set()
if GcpAuthenticator.original_account:
Expand Down

0 comments on commit 2ca3fb2

Please sign in to comment.