Skip to content

Commit

Permalink
fix(test): test case breakage in Github Actions
Browse files Browse the repository at this point in the history
(cherry picked from commit bfa54d5)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Aug 14, 2023
1 parent c5c440b commit 3542df7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erpnext/accounts/doctype/journal_entry/test_journal_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import unittest

import frappe
from frappe.tests.utils import change_settings
from frappe.utils import flt, nowdate

from erpnext.accounts.doctype.account.test_account import get_inventory_account
Expand All @@ -13,6 +14,7 @@


class TestJournalEntry(unittest.TestCase):
@change_settings("Accounts Settings", {"unlink_payment_on_cancellation_of_invoice": 1})
def test_journal_entry_with_against_jv(self):
jv_invoice = frappe.copy_doc(test_records[2])
base_jv = frappe.copy_doc(test_records[0])
Expand Down

0 comments on commit 3542df7

Please sign in to comment.