update test

This commit is contained in:
Benjamin Pasero 2015-12-17 11:14:35 +01:00
parent 6b5c0b4a63
commit 71eb6386bf

View file

@ -65,6 +65,7 @@ suite('workspace-namespace', () => {
return doc.save().then(() => {
assert.ok(closed === doc);
assert.ok(!doc.isDirty);
assert.ok(fs.existsSync(path));
d0.dispose();