Skip to content

Commit

Permalink
Correct the test result.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Feb 27, 2024
1 parent 8125ef9 commit 614e439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_renamed_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ def test_renameable_relation():
)
assert relation.renameable_relations == frozenset({
RelationType.View,
RelationType.Table
RelationType.Table,
RelationType.MaterializedView,
})

0 comments on commit 614e439

Please sign in to comment.