Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Nov 13, 2024
1 parent a2a6ba0 commit adeb2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core/test_lib/test_format_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ def test_skip_objs(_setup_ir) -> None:
Traceback (most recent call last):
File "test_core/test_lib/test_format_traceback.py", line 21, in exec_func
func()
~~~~^^
File "test_core/test_lib/test_format_traceback.py", line 205, in func_ir
~~~~^^
File "test_core/test_lib/test_format_traceback.py", line 253, in func_ir
Items.get_item('1234')
~~~~~~~~~~~~~~^^^^^^^^
File "internals/item_registry/item_registry.py", line 31, in get_item
Expand Down

0 comments on commit adeb2bc

Please sign in to comment.