Skip to content

Commit

Permalink
update test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-scott committed Sep 12, 2024
1 parent 9bd8fb4 commit 3c71a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/adapter/mssql/test_db_non_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""


class TestCrossDB:
class TestNonStandardDB:
def create_db(self, project):
create_sql = """
DECLARE @col NVARCHAR(256)
Expand Down Expand Up @@ -104,7 +104,7 @@ def cleanup_primary_table(self, project):
def models(self):
return {"model.sql": model_sql, "sources.yml": sources_yml}

def test_cross_db_snapshot(self, project):
def test_non_standard_database(self, project):
self.create_db(project)

self.cleanup_primary_table(project)
Expand Down

0 comments on commit 3c71a75

Please sign in to comment.