Skip to content

Commit ce0f5a5

Browse files
committed
fix check class name
1 parent 98d94c9 commit ce0f5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/spark/spark_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
@rfm.simple_test
9-
class SparkAnalyticsCheck(rfm.RunOnlyRegressionTest):
9+
class SparkCheck(rfm.RunOnlyRegressionTest):
1010
def __init__(self):
1111
super().__init__()
1212
self.descr = 'Simple calculation of pi with Spark'

0 commit comments

Comments
 (0)