Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Nov 13, 2024
1 parent 99a5d67 commit b68b8d6
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 @@ -286,11 +286,11 @@ def test_skip_objs(_setup_ir) -> None:
File "test_core/test_lib/test_format_traceback.py", line 255 in func_ir
--------------------------------------------------------------------------------
297 | def func_ir() -> None:
250 | from HABApp.core.items import Item
251 | Items = HABApp.core.Items
253 | Items.add_item(Item('asdf'))
--> 254 | Items.get_item('1234')
249 | def func_ir() -> None:
251 | from HABApp.core.items import Item
252 | Items = HABApp.core.Items
254 | Items.add_item(Item('asdf'))
--> 255 | Items.get_item('1234')
File "internals/item_registry/item_registry.py", line 31 in get_item
--------------------------------------------------------------------------------
Expand Down

0 comments on commit b68b8d6

Please sign in to comment.