Skip to content

Commit

Permalink
updating test_empty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Apr 23, 2024
1 parent 867cd62 commit dc81ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/fabric/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.2"
version = "1.8.3"
7 changes: 5 additions & 2 deletions tests/functional/adapter/test_empty.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# class TestEmpty(BaseTestEmpty):
# pass
from dbt.tests.adapter.empty.test_empty import BaseTestEmpty


class TestEmpty(BaseTestEmpty):
pass

0 comments on commit dc81ac8

Please sign in to comment.