Skip to content

Commit

Permalink
fix: table name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Oct 19, 2024
1 parent 126d1be commit 9b6066c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def test_table_writer_multi_partitioned_update_schema_change_error(
):
handler._table_writer(
table_slice=TableSlice(
table="data_multi_partitioned_update_schema_change",
table="data_multi_partitioned_update_schema_change_error",
schema="pytest",
partition_dimensions=[
TablePartitionDimension(
Expand All @@ -429,7 +429,7 @@ def test_table_writer_multi_partitioned_update_schema_change_error(
with pytest.raises(ValueError, match="Partition dimensions do not match"):
handler._table_writer(
table_slice=TableSlice(
table="data_multi_partitioned_update_schema_change",
table="data_multi_partitioned_update_schema_change_error",
schema="pytest",
partition_dimensions=[
TablePartitionDimension(
Expand Down

0 comments on commit 9b6066c

Please sign in to comment.