Skip to content

Commit

Permalink
fix test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Nov 23, 2024
1 parent 5073f45 commit c35bcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/relation_tests/test_relation_type_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def uses_iceberg(self) -> bool:

relations = [
Model(models.VIEW, "view"),
Model(models.TABLE, "table", "default"),
Model(models.INCREMENTAL_TABLE, "table", "default", is_incremental=True),
Model(models.TABLE, "table_transient", "default"),
Model(models.INCREMENTAL_TABLE, "table_transient", "default", is_incremental=True),
Model(models.DYNAMIC_TABLE, "dynamic_table", "default"),
Model(models.ICEBERG_TABLE, "table", "iceberg"),
Model(models.INCREMENTAL_ICEBERG_TABLE, "table", "iceberg", is_incremental=True),
Expand Down

0 comments on commit c35bcb1

Please sign in to comment.