Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akurdyukov committed Oct 3, 2023
1 parent 67b7bbb commit b5ae2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/drivers/test_clickhouse_dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def test_columns_compilation(self):
@require_server_version(18, 16, 0)
def test_primary_keys(self):
self.table_with_primary.create(self.session.bind)
con = self.dialect.get_pk_constraint(self.session, self.table_with_primary.name)
con = self.dialect.get_pk_constraint(self.session,
self.table_with_primary.name)
self.assertIsNotNone(con,
"Table should contain primary key constrain")
self.assertTrue("constrained_columns" in con)
Expand Down

0 comments on commit b5ae2e3

Please sign in to comment.