Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Mar 5, 2024
1 parent eaad2b2 commit e3828fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esbonio/tests/e2e/test_sphinx_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ async def test_updated_config(
assert new_client.builder == "html"

# The old client should have been stopped
assert client.state == ClientState.Exited
assert client.state == ClientState.Exited, client.exception

0 comments on commit e3828fa

Please sign in to comment.