summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-10 10:21:22 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-10 10:21:22 +0200
commit9f85fbe45eb02ab861c8a7ec46f2dc8e15994e53 (patch)
tree68be4fc1832d66b9ac5cb2ae984a0b8f8c4bc623 /src
parent187b647954cc9d30a48d27c2c9773d31999112f9 (diff)
Make dialyzer happier.
Make sure test function returns something. I would imagine that eunit.hrl should take care of this but haven't investigated.
Diffstat (limited to 'src')
-rw-r--r--src/plop.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plop.erl b/src/plop.erl
index ef7e53f..a4bbc2a 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -471,8 +471,8 @@ add_test() ->
entry = #plop_entry{type = test, data = <<"some data">>}},
SPTeq1 = spt(S#state.logid, S#state.privkey, TE),
SPTeq2 = spt(S#state.logid, S#state.privkey, TE),
- ?assertNotEqual(SPTeq1, SPTeq2). % DSA signatures differ!
-
+ ?assertNotEqual(SPTeq1, SPTeq2), % DSA signatures differ!
+ ok.
%% add_random_data(N, Size) ->
%% lists:foreach(