From: Andrei V. Ostapenko Date: Sat, 30 Nov 2013 13:49:29 +0000 (+0200) Subject: Removes dublicated assert from test_migrations.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4fdc1dfe59514451e93f363b49c58f41e982d948;p=openstack-build%2Fcinder-build.git Removes dublicated assert from test_migrations.py Change-Id: I1f05a0a79827c50d4d826207fafd7330dc89c308 --- diff --git a/cinder/tests/test_migrations.py b/cinder/tests/test_migrations.py index ff1a0e0ad..259306987 100644 --- a/cinder/tests/test_migrations.py +++ b/cinder/tests/test_migrations.py @@ -993,8 +993,6 @@ class TestMigrations(test.TestCase): sqlalchemy.types.DATETIME) self.assertIsInstance(volume_admin_metadata.c.deleted.type, sqlalchemy.types.BOOLEAN) - self.assertIsInstance(volume_admin_metadata.c.deleted.type, - sqlalchemy.types.BOOLEAN) self.assertIsInstance(volume_admin_metadata.c.id.type, sqlalchemy.types.INTEGER) self.assertIsInstance(volume_admin_metadata.c.volume_id.type,