We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151a872 commit e15a84fCopy full SHA for e15a84f
1 file changed
tests/integration/test_rest_catalog.py
@@ -75,7 +75,7 @@ def test_schema_exists_in_trino(trino_rest_conn: Connection, catalog: RestCatalo
75
catalog, it becomes visible as a schema in the Trino environment.
76
"""
77
78
- if not catalog.namespace_exists(TEST_NAMESPACE_IDENTIFIER):
+ if catalog.namespace_exists(TEST_NAMESPACE_IDENTIFIER):
79
catalog.drop_namespace(TEST_NAMESPACE_IDENTIFIER)
80
catalog.create_namespace_if_not_exists(TEST_NAMESPACE_IDENTIFIER)
81
0 commit comments