Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2024
1 parent e3be988 commit 2607641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/google/cloud/operators/test_dataproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def test_dataproc_delete_operator_execute_complete_exception(self, event, contex


class TestDataprocSubmitJobOperatorAsync:

def test_init(self):
task = DataprocSubmitJobOperatorAsync(
task_id="task-id", job=SPARK_JOB, region=TEST_REGION, project_id=TEST_PROJECT_ID
Expand All @@ -236,6 +235,7 @@ def test_init(self):
assert isinstance(task, DataprocSubmitJobOperator)
assert task.deferrable is True


class TestDataprocUpdateClusterOperatorAsync:
OPERATOR = DataprocUpdateClusterOperatorAsync(
task_id="task-id",
Expand Down

0 comments on commit 2607641

Please sign in to comment.