Skip to content

Commit eb60fc2

Browse files
committed
bugs in tests
1 parent 6b3ee7d commit eb60fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook_shim/tests/mockextension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def _jupyter_server_extension_points():
1212
return [
1313
{
14-
"module": "notebook_shim.tests.shim.mockextension",
14+
"module": "notebook_shim.tests.mockextension",
1515
"app": MockExtensionApp
1616
}
1717
]

notebook_shim/tests/test_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def jp_server_config():
4545
"ServerApp": {
4646
"jpserver_extensions": {
4747
"notebook_shim": True,
48-
"notebook_shim.tests.shim.mockextension": True
48+
"notebook_shim.tests.mockextension": True
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)