Skip to content
Snippets Groups Projects
Commit ea54798c authored by vjrj's avatar vjrj
Browse files

Init contactsCache during tests

parent 134a64c6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ void main() {
);
setUpAll(() {
ContactsCache().init(true);
ContactsCache().addContacts(<Contact>[c]);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment