mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 20:45:25 +00:00
Merge pull request #1353 from sharelatex/spd-incorrect-test-description
Fix incorrect test description (copy-paste error) GitOrigin-RevId: f45b5baec2c65d459324668e9cfca02c946c07f3
This commit is contained in:
parent
4c191953d3
commit
7807435c2d
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue