From 4fdc1dfe59514451e93f363b49c58f41e982d948 Mon Sep 17 00:00:00 2001 From: "Andrei V. Ostapenko" Date: Sat, 30 Nov 2013 15:49:29 +0200 Subject: [PATCH] Removes dublicated assert from test_migrations.py Change-Id: I1f05a0a79827c50d4d826207fafd7330dc89c308 --- cinder/tests/test_migrations.py | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.45.2