-
- Downloads
Fix mock import in tests.
For some reason, one test imports Mock class from mock.mock
rather than from mock.
This change fixes this error.
Signed-off-by:
Oleg Girko <ol@infoserver.lv>
Please register or sign in to comment
For some reason, one test imports Mock class from mock.mock
rather than from mock.
This change fixes this error.
Signed-off-by:
Oleg Girko <ol@infoserver.lv>