Skip to content

Commit

Permalink
Update src/crate/client/sqlalchemy/tests/create_table_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <[email protected]>
  • Loading branch information
JanLikar and amotl authored May 31, 2023
1 parent a0a65f7 commit 9757321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/client/sqlalchemy/tests/create_table_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class DummyTable(self.Base):
'a TIMESTAMP DEFAULT now(), \n\t'
'PRIMARY KEY (pk)\n)\n\n'), ())

def test_column_server_default_constant(self):
def test_column_server_default_text_constant(self):
class DummyTable(self.Base):
__tablename__ = 't'
pk = sa.Column(sa.String, primary_key=True)
Expand Down

0 comments on commit 9757321

Please sign in to comment.