Skip to content

Commit

Permalink
Removed forgotten breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Feb 12, 2024
1 parent 6d2c793 commit ed5b189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deformdemo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,6 @@ def test_render_default(self):

def test_submit_empty(self):
findid("deformsubmit").click()
breakpoint()
self.assertEqual(findid("error-deformField1").text, "Required")
self.assertTrue(findcss(".is-invalid"))
self.assertEqual(findid("captured").text, "None")
Expand Down

0 comments on commit ed5b189

Please sign in to comment.