From ae5cf9c32c5acfcf90f990d40757b8440cd50799 Mon Sep 17 00:00:00 2001 From: Mohammad Hasnain Mohsin Rajan Date: Sun, 12 Sep 2021 19:09:05 +0530 Subject: [PATCH] chore: change `missing_in_backup` function docstring --- frappe/tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/tests/test_commands.py b/frappe/tests/test_commands.py index 564ddafe54..ee184843ad 100644 --- a/frappe/tests/test_commands.py +++ b/frappe/tests/test_commands.py @@ -64,7 +64,7 @@ def clean(value): def missing_in_backup(doctypes, file): - """Checks if the list of doctypes exist in the database.sql.gz file supplied + """Returns list of missing doctypes in the backup. Args: doctypes (list): List of DocTypes to be checked