Skip to content

Commit 90574d9

Browse files
committed
Fix nit-pick
1 parent 61001f4 commit 90574d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mark/check_cluster_use_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def function():
4242
def check_basic_usage_cluster_spec(self):
4343
num_nodes = 200
4444

45-
@cluster(cluster_spec=ClusterSpec.simple_linux(200))
45+
@cluster(cluster_spec=ClusterSpec.simple_linux(num_nodes))
4646
def function():
4747
return "hi"
4848
assert hasattr(function, "marks")

0 commit comments

Comments
 (0)