1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-11 20:45:25 +00:00

Merge pull request from sharelatex/spd-incorrect-test-description

Fix incorrect test description (copy-paste error)

GitOrigin-RevId: f45b5baec2c65d459324668e9cfca02c946c07f3
This commit is contained in:
Simon Detheridge 2019-01-11 14:15:40 +00:00 committed by sharelatex
parent 4c191953d3
commit 7807435c2d

View file

@ -245,7 +245,7 @@ describe "ProjectStructureChanges", ->
@uploaded_project_id = JSON.parse(body).project_id
done()
it "should set the project name from the zip contents", (done) ->
it "should treat the backslash as a directory separator", (done) ->
ProjectGetter.getProject @uploaded_project_id, (error, project) ->
expect(error).not.to.exist
expect(project.rootFolder[0].folders[0].name).to.equal('styles')