forked from LBRYCommunity/lbry-sdk
renamed the test class to be more specific about the sut
This commit is contained in:
parent
9c5f5aefb0
commit
837f91d830
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class DaemonDocsTests(TestCase):
|
|||
self.fail("\n" + "\n".join(failures))
|
||||
|
||||
|
||||
class DirectoryTests(FakeFSTestCase):
|
||||
class EnsureDirectoryExistsTests(FakeFSTestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.setUpPyfakefs()
|
||||
|
|
Loading…
Reference in a new issue