From 0860166561581a82ad99608c83563b242bc2ec28 Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Wed, 21 Jan 2015 17:09:07 +0300 Subject: [PATCH] Removed sad line Code should be happy, it shouldn't be sad. Change-Id: I6fb50b4917e10d342aa1de7b568888820cc65ded --- sahara/tests/unit/db/migration/test_migrations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sahara/tests/unit/db/migration/test_migrations.py b/sahara/tests/unit/db/migration/test_migrations.py index 224ec574..7f0cff21 100644 --- a/sahara/tests/unit/db/migration/test_migrations.py +++ b/sahara/tests/unit/db/migration/test_migrations.py @@ -440,8 +440,7 @@ class SaharaMigrationsCheckers(object): class TestMigrationsMySQL(SaharaMigrationsCheckers, base.BaseWalkMigrationTestCase, base.TestModelsMigrationsSync, - test_base.MySQLOpportunisticTestCase, - ): + test_base.MySQLOpportunisticTestCase): pass