Move FakeCanary to common_util

Couldn't bring myself to move it back to test_storage.
This commit is contained in:
Chad Whitacre
2020-09-30 23:05:52 -04:00
parent 23140b8b1c
commit b75b48e68c
6 changed files with 32 additions and 33 deletions

View File

@ -52,7 +52,7 @@ from allmydata.storage_client import (
_StorageServer,
)
from .common import LoggingServiceParent, ShouldFailMixin
from .common_py3 import FakeCanary
from .common_util import FakeCanary
class UtilTests(unittest.TestCase):