summaryrefslogtreecommitdiff
path: root/src/couch_replicator/test/couch_replicator_many_leaves_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_replicator/test/couch_replicator_many_leaves_tests.erl')
-rw-r--r--src/couch_replicator/test/couch_replicator_many_leaves_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_replicator/test/couch_replicator_many_leaves_tests.erl b/src/couch_replicator/test/couch_replicator_many_leaves_tests.erl
index 27d51db9f..eae003e7d 100644
--- a/src/couch_replicator/test/couch_replicator_many_leaves_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_many_leaves_tests.erl
@@ -193,7 +193,7 @@ add_attachments(SourceDb, NumAtts, [{DocId, NumConflicts} | Rest]) ->
NewDocs = lists:foldl(
fun(#doc{atts = Atts, revs = {Pos, [Rev | _]}} = Doc, Acc) ->
NewAtts = lists:foldl(fun(I, AttAcc) ->
- AttData = crypto:rand_bytes(100),
+ AttData = crypto:strong_rand_bytes(100),
NewAtt = #att{
name = ?io2b(["att_", ?i2l(I), "_",
couch_doc:rev_to_str({Pos, Rev})]),