mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02: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:
committed by
sharelatex
parent
4c191953d3
commit
7807435c2d
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user