We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 457cb06 + 8cf705a commit 2862b22Copy full SHA for 2862b22
tests/unit/test_load_checks.py
@@ -101,7 +101,7 @@ def test_lakebase_checks_storage_handler_load():
101
spark = create_autospec("pyspark.sql.SparkSession")
102
103
schema_name = "public"
104
- table_name = "checks"
+ table_name = "checks"
105
106
expected_checks = [
107
{
tests/unit/test_save_checks.py
@@ -86,7 +86,7 @@ def test_lakebase_checks_storage_handler_save():
86
87
88
89
90
91
92
0 commit comments