📝 Better description on spec

This commit is contained in:
Antonio Scandurra
2016-05-24 08:32:29 +02:00
parent 25fece4a1a
commit 858740cd5f

View File

@@ -65,7 +65,7 @@ describe("FileRecoveryService", () => {
assert.equal(fs.readFileSync(filePath, 'utf8'), "some content")
})
it("restores the created recovery files and deletes them in the order in which windows crash", () => {
it("restores the created recovery files and deletes them in the order in which windows crash when they attempt to save the same file", () => {
const anotherMockWindow = new Emitter
let filePath = temp.path()