Skip to content

Commit

Permalink
WIP: to be removed?
Browse files Browse the repository at this point in the history
  Fix scenarios remote trash conflicts sufix replacement. Again
  • Loading branch information
taratatach committed Jan 11, 2022
1 parent 2a552db commit 10672b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/helpers/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class RemoteTestHelpers {
return _.chain(await this.tree())
.map(p => _.nth(p.match(TRASH_REGEXP), 1))
.compact()
.map(p => p.replace(/\(__cozy__: \d+\)/, '(__cozy__: ...)'))
.map(p => p.replace(/\(\d+\)/, '(...)'))
.value()
}

Expand Down

0 comments on commit 10672b5

Please sign in to comment.