0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00

Merge pull request #426 from OlegGirko/fix_mock_import

Fix mock import in tests.
This commit is contained in:
Mark Haines 2015-12-07 13:13:09 +00:00
commit dd108286df

View file

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import uuid
from mock.mock import Mock
from mock import Mock
from synapse.types import RoomID, UserID
from tests import unittest