Skip to content

Commit e561501

Browse files
committed
drop stop_extension() and del fim
1 parent bb08e93 commit e561501

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyter_server_nbmodel/tests/test_handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ async def test_execution_timing_metadata(jp_fetch, pending_kernel_is_ready, rtc_
200200
assert reply_dt > started_dt, "The reply time is not greater than the started time."
201201
response2 = await jp_fetch("api", "kernels", kernel["id"], method="DELETE")
202202
assert response2.code == 204
203-
await jp_serverapp.web_app.settings["jupyter_server_ydoc"].stop_extension()
204-
del jp_serverapp.web_app.settings["file_id_manager"]
205203
await asyncio.sleep(1)
206204

207205
@pytest.mark.timeout(TEST_TIMEOUT)

0 commit comments

Comments
 (0)