From 9b6066c89f4e63cc6646f4acc3fb4f8cec3a563d Mon Sep 17 00:00:00 2001 From: Jasper Ginn Date: Sat, 19 Oct 2024 12:12:41 +0200 Subject: [PATCH] fix: table name --- tests/test_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_handler.py b/tests/test_handler.py index 5c64d97..767d9e8 100644 --- a/tests/test_handler.py +++ b/tests/test_handler.py @@ -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( @@ -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(