Skip to content

Commit a307c98

Browse files
mdesmethashhar
authored andcommitted
Rename test setup method
1 parent 62ffa49 commit a307c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sqlalchemy/test_dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class TestTrinoDialect:
19-
def setup(self):
19+
def setup_method(self):
2020
self.dialect = TrinoDialect()
2121

2222
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)