Skip to content

Commit c54f356

Browse files
committed
Fix notebook test
1 parent 1c23a9e commit c54f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_notebook_proxy(app):
397397

398398
proxy = ProxyNotebook()
399399
with pytest.raises(NotImplementedError):
400-
proxy.set_version(None)
400+
proxy.set_version(None, None)
401401

402402

403403
def test_node_added(app):

0 commit comments

Comments
 (0)