Skip to content

Commit 2862b22

Browse files
committed
Merge branch 'feature_503_store_retrieve_checks' of github.com:databrickslabs/dqx into feature_503_store_retrieve_checks
2 parents 457cb06 + 8cf705a commit 2862b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/test_load_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_lakebase_checks_storage_handler_load():
101101
spark = create_autospec("pyspark.sql.SparkSession")
102102

103103
schema_name = "public"
104-
table_name = "checks"
104+
table_name = "checks"
105105

106106
expected_checks = [
107107
{

tests/unit/test_save_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_lakebase_checks_storage_handler_save():
8686
spark = create_autospec("pyspark.sql.SparkSession")
8787

8888
schema_name = "public"
89-
table_name = "checks"
89+
table_name = "checks"
9090

9191
expected_checks = [
9292
{

0 commit comments

Comments
 (0)