Added unit tests for PresenceDataStore too

This commit is contained in:
Paul "LeoNerd" Evans 2014-09-10 17:51:05 +01:00
parent dc7f39677f
commit dd1a9100c5
2 changed files with 166 additions and 2 deletions

View file

@ -17,8 +17,6 @@
from twisted.trial import unittest
from twisted.internet import defer
from mock import Mock, call
from synapse.server import HomeServer
from synapse.storage.profile import ProfileStore