Skip to content

Commit 9408d84

Browse files
committed
WIP: to be removed?
Fix scenarios remote trash conflicts sufix replacement. Again
1 parent fd5cae6 commit 9408d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/helpers/remote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class RemoteTestHelpers {
174174
return _.chain(await this.tree())
175175
.map(p => _.nth(p.match(TRASH_REGEXP), 1))
176176
.compact()
177-
.map(p => p.replace(/\(__cozy__: \d+\)/, '(__cozy__: ...)'))
177+
.map(p => p.replace(/\(\d+\)/, '(...)'))
178178
.value()
179179
}
180180

0 commit comments

Comments
 (0)