Ver Fonte

Workaround for https://github.com/jupyter/jupyter-js-services/issues/242

Steven Silvester há 8 anos atrás
pai
commit
8877b36d0e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      test/src/filebrowser/model.spec.ts

+ 1 - 1
test/src/filebrowser/model.spec.ts

@@ -388,7 +388,7 @@ describe('filebrowser/model', () => {
         }).then(contents => {
           return manager.sessions.startNew({ path: contents.path });
         }).then(session => {
-          //session.dispose();
+          session.dispose();
           return model.shutdown(session.id);
         }).then(() => {
           return manager.sessions.listRunning();