Remove unnecessary 'async'

This commit is contained in:
Simon Detheridge 2020-02-03 16:11:48 +00:00
parent f4a16cd972
commit 6dcf351377

View file

@ -545,7 +545,7 @@ describe('Filestore', function() {
describe('when copying a file', function() {
let newFileId, newFileUrl, newFileKey, opts
beforeEach(async function() {
beforeEach(function() {
const newProjectID = `acceptance_tests_copied_project_${Math.random()}`
newFileId = Math.random()
newFileUrl = `${filestoreUrl}/project/${newProjectID}/file/${directoryName}%2F${newFileId}`