forked from mirrors/bookwyrm
Fixes patch import in test
This commit is contained in:
parent
6470033ac9
commit
36fe64c3ae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
""" django configuration of postgres """
|
""" django configuration of postgres """
|
||||||
from unittest import patch
|
from unittest.mock import patch
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
from bookwyrm import models
|
from bookwyrm import models
|
||||||
|
|
Loading…
Reference in a new issue