1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add missing empty line

This commit is contained in:
Jonathan Leroy
2020-10-31 20:19:09 +01:00
parent 038ae42284
commit 9a4812223e

View File

@@ -348,6 +348,7 @@ class TestManager(TestCase):
with self.assertRaises(TypeError):
manager._populate_and_plan('unit.tests.', [NoZone()], [])
class TestMainThreadExecutor(TestCase):
def test_success(self):