Make sure gcs storage tests use unique file paths (#17282)

This commit is contained in:
Pascal Jufer
2023-01-24 13:35:32 +01:00
committed by GitHub
parent ef12487f7f
commit c38812d0b0

View File

@@ -60,10 +60,10 @@ beforeEach(() => {
path: {
input: randUnique() + randFilePath(),
inputFull: randUnique() + randFilePath(),
src: randFilePath(),
srcFull: randFilePath(),
dest: randFilePath(),
destFull: randFilePath(),
src: randUnique() + randFilePath(),
srcFull: randUnique() + randFilePath(),
dest: randUnique() + randFilePath(),
destFull: randUnique() + randFilePath(),
},
range: {
start: randNumber(),