Skip to content

Commit

Permalink
[MAINTENANCE] Clean up Spark schema tests to have proper names (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Shin authored Sep 16, 2022
1 parent 289baac commit 4449709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/checkpoint/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5420,7 +5420,7 @@ def test_running_spark_checkpoint(


@pytest.mark.integration
def run_spark_checkpoint_with_schema(
def test_run_spark_checkpoint_with_schema(
context_with_single_csv_spark_and_suite, spark_df_taxi_data_schema
):
context = context_with_single_csv_spark_and_suite
Expand Down
2 changes: 1 addition & 1 deletion tests/checkpoint/test_simple_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,7 @@ def test_running_spark_simplecheckpoint(


@pytest.mark.integration
def run_spark_checkpoint_with_schema(
def test_run_spark_checkpoint_with_schema(
context_with_single_csv_spark_and_suite, spark_df_taxi_data_schema
):
context = context_with_single_csv_spark_and_suite
Expand Down

0 comments on commit 4449709

Please sign in to comment.