summaryrefslogtreecommitdiff
path: root/src/mem3/test/eunit/mem3_sync_security_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem3/test/eunit/mem3_sync_security_test.erl')
-rw-r--r--src/mem3/test/eunit/mem3_sync_security_test.erl9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mem3/test/eunit/mem3_sync_security_test.erl b/src/mem3/test/eunit/mem3_sync_security_test.erl
index e67a72017..7f4b7b699 100644
--- a/src/mem3/test/eunit/mem3_sync_security_test.erl
+++ b/src/mem3/test/eunit/mem3_sync_security_test.erl
@@ -17,17 +17,20 @@
-include("mem3.hrl").
-include_lib("eunit/include/eunit.hrl").
--define(TIMEOUT, 5). % seconds
+% seconds
+-define(TIMEOUT, 5).
go_test_() ->
{
"security property sync test",
{
setup,
- fun start_couch/0, fun stop_couch/1,
+ fun start_couch/0,
+ fun stop_couch/1,
{
foreach,
- fun setup/0, fun teardown/1,
+ fun setup/0,
+ fun teardown/1,
[
fun sync_security_ok/1
]