Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 24, 2024
1 parent 054f225 commit 5c5f4f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions polars_process/tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ def setUpClass(cls):
def test_missing_required_column(self):
wiz = self.get_wizard(self.file_records, "missing_required_column")
comment = sanitize(str(wiz.comment))
print(comment)
root = etree.fromstring(comment)
# breakpoint() # import pdb; pdb.set_trace()
self.assertEqual(
root.xpath('//div[@id="missing-columns"]//div[2]')[0].text,
"['Street']",
Expand Down

0 comments on commit 5c5f4f7

Please sign in to comment.