Fix check of notebook path

This commit is contained in:
Thomas Kluyver 2013-10-08 12:01:50 -07:00 committed by MinRK
parent eb9a55ed6b
commit 9144e8e57b

View File

@ -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/'