Skip to content
Snippets Groups Projects
Commit dd108286 authored by Mark Haines's avatar Mark Haines
Browse files

Merge pull request #426 from OlegGirko/fix_mock_import

Fix mock import in tests.
parents 2ca01ed7 4013216f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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