chore: fix test case

This commit is contained in:
Rohit Waghchaure
2024-03-14 13:48:51 +05:30
parent d15cdd9190
commit ec83d54826

View File

@@ -123,7 +123,9 @@ class ClosingStockBalance(Document):
)
)
create_json_gz_file({"columns": columns, "data": data}, self.doctype, self.name)
create_json_gz_file(
{"columns": columns, "data": data}, self.doctype, self.name, "closing-stock-balance"
)
def get_prepared_data(self):
if attachments := get_attachments(self.doctype, self.name):