summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-26 15:17:29 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-26 15:17:29 +0100
commit273c0f98000bfe317f40b187f4d639bf69cee28a (patch)
tree93ce75daa450f380ea9c60e03a116e5519efc411
parent2b39ffbc5fe14c7a1f0caf19162446ce70d7a069 (diff)
downloadrabbitmq-server-bug23408.tar.gz
cosmeticbug23408
-rw-r--r--src/rabbit_tests.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 3097a4ed..dd14dc8d 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1584,8 +1584,8 @@ test_msg_store() ->
ok = with_msg_store_client(
?PERSISTENT_MSG_STORE, Ref,
fun (MSCStateM) ->
- [ok = rabbit_msg_store:write(Guid, Payload, MSCStateM)
- || Guid <- GuidsBig],
+ [ok = rabbit_msg_store:write(Guid, Payload, MSCStateM) ||
+ Guid <- GuidsBig],
MSCStateM
end),
%% now read them to ensure we hit the fast client-side reading