diff --git a/tests/src/com/todoroo/astrid/service/UpdateMessageServiceTest.java b/tests/src/com/todoroo/astrid/service/UpdateMessageServiceTest.java index e52313b5d..375c1be70 100644 --- a/tests/src/com/todoroo/astrid/service/UpdateMessageServiceTest.java +++ b/tests/src/com/todoroo/astrid/service/UpdateMessageServiceTest.java @@ -163,6 +163,7 @@ public class UpdateMessageServiceTest extends DatabaseTestCase { return "[{message:'gtasks man',plugin:'gtasks'}]"; } }.processUpdates(); + gtasksPreferenceService.setToken(null); } public void testUpdateWithInternalPluginOff() {