Skip to content

Commit

Permalink
Renamed util.py for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moomindani committed Nov 10, 2023
1 parent e61215e commit befb4d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from dbt.adapters.glue import GlueAdapter
from dbt.adapters.glue.relation import SparkRelation
from tests.util import config_from_parts_or_dicts
from .utils import MockAWSService
from .util import MockAWSService


class TestGlueAdapter(unittest.TestCase):
Expand Down
File renamed without changes.

0 comments on commit befb4d1

Please sign in to comment.