Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Dec 15, 2015
1 parent db69da3 commit 1f02162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p1_sha.erl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sha512(_Text) ->
-ifdef(TEST).

load_nif_test() ->
?assertEqual(ok, load_nif(filename:join(["..", "priv", "lib"]))).
?assertEqual(ok, load_nif()).

sha1_test() ->
?assertEqual(
Expand Down

0 comments on commit 1f02162

Please sign in to comment.