Skip to content

Commit 8ec1889

Browse files
authored
Update test_partition_evolution.py
1 parent 05793c0 commit 8ec1889

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/test_partition_evolution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def test_add_hour(catalog: Catalog) -> None:
140140
_validate_new_partition_fields(table, 1000, 1, 1000, PartitionField(2, 1000, HourTransform(), "hour_transform"))
141141

142142

143-
144143
@pytest.mark.integration
145144
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
146145
def test_add_hour_string_transform(catalog: Catalog) -> None:

0 commit comments

Comments
 (0)