We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16cd92 commit 87a2f0bCopy full SHA for 87a2f0b
jupyterlab_code_formatter/tests/test_handlers.py
@@ -444,7 +444,7 @@ async def test_can_use_styler2(request_format): # type: ignore[no-untyped-def]
444
expected_code=200,
445
expected_schema=EXPECTED_FROMAT_SCHEMA,
446
)
447
- assert json_result["code"][0]["code"] == expected
+ assert json_result["code"][0]["code"] == expected, json_result
448
449
450
async def test_can_use_styler3(request_format): # type: ignore[no-untyped-def]
0 commit comments