forked from LBRYCommunity/lbry-sdk
renamed the test class to be more specific about the sut
This commit is contained in:
parent
6c10509705
commit
e55f9dd21e
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