Clear fake gtasks token after unit test

pull/14/head
Sam Bosley 12 years ago
parent 6fd865b822
commit adba5c9374

@ -163,6 +163,7 @@ public class UpdateMessageServiceTest extends DatabaseTestCase {
return "[{message:'gtasks man',plugin:'gtasks'}]"; return "[{message:'gtasks man',plugin:'gtasks'}]";
} }
}.processUpdates(); }.processUpdates();
gtasksPreferenceService.setToken(null);
} }
public void testUpdateWithInternalPluginOff() { public void testUpdateWithInternalPluginOff() {

Loading…
Cancel
Save