Skip to content

Commit 87a2f0b

Browse files
committed
Debug the styler2 failure on CI
1 parent c16cd92 commit 87a2f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_code_formatter/tests/test_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ async def test_can_use_styler2(request_format): # type: ignore[no-untyped-def]
444444
expected_code=200,
445445
expected_schema=EXPECTED_FROMAT_SCHEMA,
446446
)
447-
assert json_result["code"][0]["code"] == expected
447+
assert json_result["code"][0]["code"] == expected, json_result
448448

449449

450450
async def test_can_use_styler3(request_format): # type: ignore[no-untyped-def]

0 commit comments

Comments
 (0)