Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshin committed Jun 27, 2024
1 parent df13ca0 commit 5035c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyspark/sql/tests/connect/test_parity_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def test_help_command(self):
def test_toDF_with_schema_string(self):
super().test_toDF_with_schema_string()

def test_test(self):
self.failIf(False, "This test should not fail.")


if __name__ == "__main__":
import unittest
Expand Down

0 comments on commit 5035c20

Please sign in to comment.