Skip to content

Commit

Permalink
bugs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Feb 10, 2022
1 parent 6b3ee7d commit eb60fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebook_shim/tests/mockextension.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def _jupyter_server_extension_points():
return [
{
"module": "notebook_shim.tests.shim.mockextension",
"module": "notebook_shim.tests.mockextension",
"app": MockExtensionApp
}
]
Expand Down
2 changes: 1 addition & 1 deletion notebook_shim/tests/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def jp_server_config():
"ServerApp": {
"jpserver_extensions": {
"notebook_shim": True,
"notebook_shim.tests.shim.mockextension": True
"notebook_shim.tests.mockextension": True
}
}
}
Expand Down

0 comments on commit eb60fc2

Please sign in to comment.