Skip to content

Commit

Permalink
Test disabling dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed May 30, 2024
1 parent 9d3a290 commit 3c39e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
load_dotenv(override=True)


def test_test_dataframe(tmp_path: Path):
def _test_test_dataframe(tmp_path: Path):
spark = _create_spark_session(tmp_dir=str(tmp_path))
_prepare_dataframe(spark)
data_contract = DataContract(
Expand Down

0 comments on commit 3c39e78

Please sign in to comment.