Skip to content

Commit

Permalink
fix traceback test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Feb 18, 2023
1 parent d37296a commit 92b4528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def assertTracebackFormat(self, traceback_lines, exc_name):
self.assertIn('Traceback (most recent call last)', traceback_lines[0])
self.assertIn('File', traceback_lines[1])
self.assertIn('line', traceback_lines[1])
self.assertIn('1.', traceback_lines[-3])
self.assertIn('File', traceback_lines[-3])
self.assertIn('line', traceback_lines[-3])
self.assertIn(exc_name, traceback_lines[-1])
Expand Down

0 comments on commit 92b4528

Please sign in to comment.