Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Tischenko authored and kozlovsky committed May 12, 2021
1 parent b7f0838 commit 2d0813d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pony/orm/migrations/tests/test_schema_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ class NewStudent(Student):

expected_schema, actual_schema, migration = self.apply_migrate()
self.assertEqual(len(migration.operations), 1) # ChangeSQLDefault
schema_diff(expected_schema, actual_schema)
self.assertEqual(expected_schema, actual_schema)

def test_change_nullable(self):
Expand Down

0 comments on commit 2d0813d

Please sign in to comment.