You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/05/13 07:48:45 UTC

[couchdb-b64url] branch jenkins-fixup-eunit updated: fixup enuit test for jenkins CI

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch jenkins-fixup-eunit
in repository https://gitbox.apache.org/repos/asf/couchdb-b64url.git


The following commit(s) were added to refs/heads/jenkins-fixup-eunit by this push:
     new 02fa83e  fixup enuit test for jenkins CI
02fa83e is described below

commit 02fa83e044a8b5cad184a49eabd81adb33767edc
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Mon May 13 15:48:14 2019 +0800

    fixup enuit test for jenkins CI
---
 test/b64url_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/b64url_tests.erl b/test/b64url_tests.erl
index c5831ef..ada2ac2 100644
--- a/test/b64url_tests.erl
+++ b/test/b64url_tests.erl
@@ -39,7 +39,7 @@ decode_binary_test() ->
     end, lists:seq(1, ?NUM_TESTS)).
 
 
-decode_iolist_test() ->
+decode_iolist_test_() ->
     lists:foreach(fun(_) ->
         IoList = shallow_b64_iolist(),
         A = couch_decode_base64url(iolist_to_binary(IoList)),