Skip to content

Commit dfebe02

Browse files
committed
Test
1 parent 87a2f0b commit dfebe02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyterlab_code_formatter/tests/test_handlers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,8 @@ 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, json_result
447+
assert not json_result
448+
assert json_result["code"][0]["code"] == expected
448449

449450

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

0 commit comments

Comments
 (0)