chore: unskip restore test

This commit is contained in:
Faris Ansari 2023-09-23 13:01:40 +05:30
parent fa88f1a628
commit 18c4f653f4

View file

@ -238,7 +238,6 @@ class TestCommands(BaseTestCommands):
self.assertEqual(self.returncode, 0)
self.assertEqual(self.stdout[1:-1], frappe.bold(text="DocType"))
@unittest.skip
def test_restore(self):
# step 0: create a site to run the test on
global_config = {