Fixed a minor bug with the sync migration test

pull/14/head
Sam Bosley 12 years ago
parent 6a5296f72c
commit 114ec0ef7f

@ -32,6 +32,7 @@ public class AstridNewSyncMigrationTest extends NewSyncTestCase {
public void testAstridSyncMigration() {
setupOldDatabase();
Preferences.setBoolean(AstridNewSyncMigrator.PREF_SYNC_MIGRATION, false);
new AstridNewSyncMigrator().performMigration();
assertAllModelsHaveUUID();
assertAllTagsHaveTagData();

Loading…
Cancel
Save