Skip to content

Commit

Permalink
Fix name of ScalarPandasUDFTests
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Feb 2, 2018
1 parent eefec93 commit 52498c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3764,7 +3764,7 @@ def foo(k, v):


@unittest.skipIf(not _have_pandas or not _have_arrow, "Pandas or Arrow not installed")
class ScalarPandasUDF(ReusedSQLTestCase):
class ScalarPandasUDFTests(ReusedSQLTestCase):

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 52498c0

Please sign in to comment.