chore: remove redundant declarations of test_records

This commit is contained in:
David
2024-10-11 04:03:46 +02:00
parent 922b5d1be5
commit a2d22c3f42
52 changed files with 2 additions and 101 deletions

View File

@@ -5,8 +5,6 @@ import unittest
import frappe
from frappe.tests import IntegrationTestCase
test_records = frappe.get_test_records("Warranty Claim")
class TestWarrantyClaim(IntegrationTestCase):
pass