Skip to content

Commit

Permalink
Update expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed May 30, 2022
1 parent 1ffd278 commit 398086b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ipykernel/tests/test_debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ def test_rich_inspect_at_breakpoint(kernel_with_debug):
{"variableName": locals_[2]["name"], "frameId": stacks[0]["id"]},
)

assert reply["body"]["data"] == {'text/html': '<div><p>Hello World!</p></div>', 'text/plain': '<IPython.core.displa...ML object>'}
assert reply["body"]["data"] == {
"text/html": "<div><p>Hello World!</p></div>",
"text/plain": "<IPython.core.display.HTML object>",
}


def test_convert_to_long_pathname():
Expand Down

0 comments on commit 398086b

Please sign in to comment.