Skip to content

Commit

Permalink
Move test location to file where it will work.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 25, 2024
1 parent 6c540b3 commit e38e82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/functional/adapter/dbt_show/test_dbt_show.py

This file was deleted.

4 changes: 4 additions & 0 deletions tests/functional/shared_tests/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class TestPostgresShowSqlHeader(BaseShowSqlHeader):

class TestPostgresShowLimit(BaseShowLimit):
pass


class TestPostgresShowDoesNotHandleDoubleLimit(BaseShowDoesNotHandleDoubleLimit):
pass

0 comments on commit e38e82f

Please sign in to comment.