mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-21 19:08:41 -04:00
Merge pull request #426 from OlegGirko/fix_mock_import
Fix mock import in tests.
This commit is contained in:
commit
dd108286df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue