Skip to content

Commit 398086b

Browse files
committed
Update expected result
1 parent 1ffd278 commit 398086b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ipykernel/tests/test_debugger.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,10 @@ def test_rich_inspect_at_breakpoint(kernel_with_debug):
284284
{"variableName": locals_[2]["name"], "frameId": stacks[0]["id"]},
285285
)
286286

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

289292

290293
def test_convert_to_long_pathname():

0 commit comments

Comments
 (0)