Skip to content

Commit 3c71a75

Browse files
committed
update test naming
1 parent 9bd8fb4 commit 3c71a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/adapter/mssql/test_db_non_standard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"""
2626

2727

28-
class TestCrossDB:
28+
class TestNonStandardDB:
2929
def create_db(self, project):
3030
create_sql = """
3131
DECLARE @col NVARCHAR(256)
@@ -104,7 +104,7 @@ def cleanup_primary_table(self, project):
104104
def models(self):
105105
return {"model.sql": model_sql, "sources.yml": sources_yml}
106106

107-
def test_cross_db_snapshot(self, project):
107+
def test_non_standard_database(self, project):
108108
self.create_db(project)
109109

110110
self.cleanup_primary_table(project)

0 commit comments

Comments
 (0)