Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking committed Nov 20, 2023
1 parent a86bd16 commit b02fd2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/test_athena_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_athena_spark_calculation_with_spark_properties(code, path, workgroup_sp
workgroup=workgroup_spark,
spark_properties={
"spark.sql.catalog.spark_catalog": "org.apache.spark.sql.delta.catalog.DeltaCatalog",
"spark.sql.extensions": "io.delta.sql.DeltaSparkSessionExtension"
}
"spark.sql.extensions": "io.delta.sql.DeltaSparkSessionExtension",
},
)
assert result["Status"]["State"] == "COMPLETED"
assert result["Status"]["State"] == "COMPLETED"

0 comments on commit b02fd2b

Please sign in to comment.