Skip to content

Commit 1f146ef

Browse files
committed
add teardown
1 parent be5b89e commit 1f146ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataproc/snippets/create_cluster_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ def test_cluster_create(capsys):
8080
out, _ = capsys.readouterr()
8181
assert CLUSTER_NAME in out
8282
finally:
83-
teardown()
83+
teardown()

0 commit comments

Comments
 (0)