mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unnecessary 'async'
This commit is contained in:
parent
f4a16cd972
commit
6dcf351377
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ describe('Filestore', function() {
|
||||||
describe('when copying a file', function() {
|
describe('when copying a file', function() {
|
||||||
let newFileId, newFileUrl, newFileKey, opts
|
let newFileId, newFileUrl, newFileKey, opts
|
||||||
|
|
||||||
beforeEach(async function() {
|
beforeEach(function() {
|
||||||
const newProjectID = `acceptance_tests_copied_project_${Math.random()}`
|
const newProjectID = `acceptance_tests_copied_project_${Math.random()}`
|
||||||
newFileId = Math.random()
|
newFileId = Math.random()
|
||||||
newFileUrl = `${filestoreUrl}/project/${newProjectID}/file/${directoryName}%2F${newFileId}`
|
newFileUrl = `${filestoreUrl}/project/${newProjectID}/file/${directoryName}%2F${newFileId}`
|
||||||
|
|
Loading…
Reference in a new issue