##// END OF EJS Templates
Fix check of notebook path
Thomas Kluyver -
Show More
@@ -76,7 +76,7 b' class TestNotebookManager(TestCase):'
76 self.assertIn('name', model)
76 self.assertIn('name', model)
77 self.assertIn('path', model)
77 self.assertIn('path', model)
78 self.assertEqual(model['name'], 'Untitled0.ipynb')
78 self.assertEqual(model['name'], 'Untitled0.ipynb')
79 self.assertEqual(model['path'], '/')
79 self.assertEqual(model['path'], '')
80
80
81 # Test in sub-directory
81 # Test in sub-directory
82 sub_dir = '/foo/'
82 sub_dir = '/foo/'
General Comments 0
You need to be logged in to leave comments. Login now