Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 21, 2024
1 parent 42827d5 commit 7caf213
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sheet_dataframe_process/tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ class TestModule(TransactionCase):
def setUpClass(cls):
super().setUpClass()
cls.env["try.file"]._populate()
cls.env.ref(
"sheet_dataframe_process.file_config_contact"
).populate_match_lines()
cls.file_records = cls.env["try.file"].search([])

def test_missing(self):
wiz = self.get_wizard(self.file_records, "missing_required")
self.assertTrue(wiz.partner_id)
self.assertEqual(wiz.missing_cols, "['street']")

def test_four_fields(self):
Expand Down

0 comments on commit 7caf213

Please sign in to comment.