Skip to content

Commit 4ed9cf8

Browse files
committed
PR comment
1 parent 6359561 commit 4ed9cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_catalog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,8 @@ def test_namespace_with_dot(test_catalog: Catalog) -> None:
729729
test_catalog.create_namespace(namespace)
730730
assert test_catalog.namespace_exists(namespace)
731731

732-
# list_namespaces returns a list of tuples
732+
# REST Catalog fixture treats this as a hierarchical namespace.
733+
# Calling list namespaces will get `new`, not `new.db`.
733734
if isinstance(test_catalog, RestCatalog):
734735
namespaces = test_catalog.list_namespaces()
735736
assert ("new",) in namespaces or ("new.db",) in namespaces

0 commit comments

Comments
 (0)