Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Jan 17, 2025
1 parent 11a6adc commit ce9bbad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cbl_migrator/test/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,5 @@ def test_08_skip_column(self):
d_metadata = MetaData()
d_metadata.reflect(d_eng)
props_table = d_metadata.tables["compound_properties"]
print(props_table.columns)
assert "logp" not in [column.name for column in props_table.columns]
assert "logp" not in props_table.columns
assert "mw" in props_table.columns

0 comments on commit ce9bbad

Please sign in to comment.