Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-wang-dl committed May 30, 2024
1 parent 701715e commit 0a2667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setup_class(cls):
def teardown_class(cls):
cls.spark.stop()

def test_simple():
def test_simple(self):
def inc(x):
return x + 1

Expand Down

0 comments on commit 0a2667a

Please sign in to comment.