Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Nov 12, 2024
1 parent d0a963d commit 0e06d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unity_catalog/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def test_table_info_with_column(self) -> None:
row = Row(**{**self.row.asDict(), "columns": columns})
table_info = TableInfo.from_row(row)

print(table_info.model_dump_json(indent=2))
assert table_info.model_dump() == {
"catalog_name": "catalog",
"schema_name": "schema",
Expand Down

0 comments on commit 0e06d98

Please sign in to comment.