Skip to content

Commit 10ad252

Browse files
committed
Fixed name of the no-classes test
1 parent adf5317 commit 10ad252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ class SimpleItems(Base):
800800
id = Column(Integer, primary_key=True)
801801
"""
802802

803-
def test_no_inflect(self):
803+
def test_no_classes(self):
804804
Table(
805805
'simple_items', self.metadata,
806806
Column('id', INTEGER, primary_key=True)

0 commit comments

Comments
 (0)