Skip to content

Commit 7131dc0

Browse files
committed
Linting
1 parent 6b9ddf4 commit 7131dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/table/test_upsert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def test_upsert_struct_field_fails_in_join(catalog: Catalog) -> None:
580580
assert upd.rows_updated == 1
581581
assert upd.rows_inserted == 1
582582

583-
583+
584584
def test_upsert_with_nulls(catalog: Catalog) -> None:
585585
identifier = "default.test_upsert_with_nulls"
586586
_drop_table(catalog, identifier)

0 commit comments

Comments
 (0)