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 3d498e7 commit 2675bdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_core/test_lib/test_format_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ def test_skip_objs(_setup_ir) -> None:
File "test_core/test_lib/test_format_traceback.py", line 253 in func_ir
--------------------------------------------------------------------------------
199 | def func_ir() -> None:
201 | from HABApp.core.items import Item
202 | Items = HABApp.core.Items
204 | Items.add_item(Item('asdf'))
--> 205 | Items.get_item('1234')
247 | def func_ir() -> None:
248 | from HABApp.core.items import Item
249 | Items = HABApp.core.Items
250 | Items.add_item(Item('asdf'))
--> 251 | Items.get_item('1234')
File "internals/item_registry/item_registry.py", line 31 in get_item
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 2675bdb

Please sign in to comment.