Skip to content

Commit a38677f

Browse files
auvipyCopilot
andauthored
Update t/unit/test_einfo.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b4c6cf5 commit a38677f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/unit/test_einfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_pickle():
164164
tb = Traceback(tb=make_python_tb())
165165
tb2 = repickle(tb)
166166

167-
assert type(tb2) == type(tb2)
167+
assert type(tb2) == type(tb)
168168
assert tb2.tb_lineno == tb.tb_lineno
169169

170170
frame = tb.tb_frame

0 commit comments

Comments
 (0)