mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:13:13 +00:00
Remove blank test causing race condition
This commit is contained in:
parent
7364f607d0
commit
37f009c3cd
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ describe "RestoringFiles", ->
|
|||
done()
|
||||
|
||||
describe "restoring to a filename that already exists", ->
|
||||
it "should have created the file with a timestamp appended", ->
|
||||
beforeEach (done) ->
|
||||
MockProjectHistoryApi.addOldFile(@project_id, 42, "main.tex", "hello world, this is main.tex!")
|
||||
@owner.request {
|
||||
|
|
Loading…
Reference in a new issue