Skip to content

Commit ef60201

Browse files
committed
Fixed Unit Test
1 parent 4945f9a commit ef60201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/hive_metastore/test_table_migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def test_migrate_already_upgraded_table_should_produce_no_queries(ws, mock_pyspa
498498
table_crawler = TablesCrawler(crawler_backend, "inventory_database")
499499
ws.catalogs.list.return_value = [CatalogInfo(name="cat1")]
500500
ws.schemas.list.return_value = [
501-
SchemaInfo(catalog_name="cat1", name="test_schema1"),
501+
SchemaInfo(catalog_name="cat1", name="schema1"),
502502
]
503503
ws.tables.list.return_value = [
504504
TableInfo(

0 commit comments

Comments
 (0)