Skip to content

Commit 9950c03

Browse files
committed
name
1 parent caaf036 commit 9950c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/spark/test_spark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def stageId(self): # noqa: N802
295295
def name(self):
296296
return "run-job"
297297

298-
def attemptName(self): # noqa: N802
298+
def attemptNumber(self): # noqa: N802
299299
return 14
300300

301301
class MockStageSubmitted:

0 commit comments

Comments
 (0)