Skip to content

Commit

Permalink
Renamed test class
Browse files Browse the repository at this point in the history
  • Loading branch information
moomindani committed Nov 9, 2023
1 parent 71309d2 commit 513f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from dbt.adapters.glue.connections import GlueCredentials


class TestGlueRelation(unittest.TestCase):
class TestGlueCredentials(unittest.TestCase):
def test_credentials(self) -> None:
credentials = GlueCredentials(
database="tests",
Expand Down

0 comments on commit 513f285

Please sign in to comment.