refactor(test): pass all mandatory fields

This commit is contained in:
ruthra kumar
2024-11-11 13:06:09 +05:30
parent d6030e7112
commit c53e9637dd

View File

@@ -28,6 +28,7 @@ class TestItemWiseSalesRegister(AccountsTestMixin, IntegrationTestCase):
"parent_cost_center": self.cost_center,
"company": self.company,
"is_group": False,
"cost_center_name": cc_name,
}
)
cc = cc.save()