Skip to content

Commit

Permalink
fix: changes not available in version-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad1306 committed Jan 22, 2025
1 parent 0e71c3a commit 5b630ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions india_compliance/gst_india/utils/gstr_2/test_ims.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

import frappe
from frappe import parse_json, read_file
from frappe.tests import IntegrationTestCase
from frappe.tests.utils import FrappeTestCase

from india_compliance.gst_india.utils import get_data_file_path
from india_compliance.gst_india.utils.gstr_2 import save_ims_invoices


class TestIMS(IntegrationTestCase):
class TestIMS(FrappeTestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 5b630ee

Please sign in to comment.