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 8cf87d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/functional/adapter/dbt_show/test_dbt_show.py

This file was deleted.

5 changes: 5 additions & 0 deletions tests/functional/shared_tests/test_show.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from dbt.tests.adapter.dbt_show.test_dbt_show import (
BaseShowLimit,
BaseShowSqlHeader,
BaseShowDoesNotHandleDoubleLimit,
)


Expand All @@ -10,3 +11,7 @@ class TestPostgresShowSqlHeader(BaseShowSqlHeader):

class TestPostgresShowLimit(BaseShowLimit):
pass


class TestPostgresShowDoesNotHandleDoubleLimit(BaseShowDoesNotHandleDoubleLimit):
pass

0 comments on commit 8cf87d2

Please sign in to comment.