mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Fix check of notebook path
This commit is contained in:
parent
eb9a55ed6b
commit
9144e8e57b
@ -76,7 +76,7 @@ class TestNotebookManager(TestCase):
|
||||
self.assertIn('name', model)
|
||||
self.assertIn('path', model)
|
||||
self.assertEqual(model['name'], 'Untitled0.ipynb')
|
||||
self.assertEqual(model['path'], '/')
|
||||
self.assertEqual(model['path'], '')
|
||||
|
||||
# Test in sub-directory
|
||||
sub_dir = '/foo/'
|
||||
|
Loading…
Reference in New Issue
Block a user