diff --git a/tests-sync/src/com/todoroo/astrid/sync/AstridNewSyncMigrationTest.java b/tests-sync/src/com/todoroo/astrid/sync/AstridNewSyncMigrationTest.java index b29cc708f..7f58e1946 100644 --- a/tests-sync/src/com/todoroo/astrid/sync/AstridNewSyncMigrationTest.java +++ b/tests-sync/src/com/todoroo/astrid/sync/AstridNewSyncMigrationTest.java @@ -32,7 +32,6 @@ public class AstridNewSyncMigrationTest extends NewSyncTestCase { public void testAstridSyncMigration() { setupOldDatabase(); - Preferences.clear(AstridNewSyncMigrator.PREF_SYNC_MIGRATION); new AstridNewSyncMigrator().performMigration(); assertAllModelsHaveUUID(); assertAllTagsHaveTagData();