Skip to content

Commit

Permalink
Fix test error due to change in textual error message :(
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Sep 24, 2024
1 parent 93a1c03 commit c8fb8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_tui/test_tui_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def test_show_transfer_tree_status(self, setup_project_paths):
with pytest.raises(BaseException) as e:
transfer_tab.query_one("#transfer_legend")

assert "No nodes match <DOMQuery query" in str(e)
assert "No nodes match" in str(e)
await pilot.pause()

# Go to the settings page and turn on transfer tree styling.
Expand Down

0 comments on commit c8fb8af

Please sign in to comment.