diff options
-rwxr-xr-x | test/etap/040-util.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/040-util.t b/test/etap/040-util.t index f2033060..7446046e 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -17,7 +17,7 @@ main(_) -> code:add_pathz("src/couchdb"), application:start(crypto), - etap:plan(10), + etap:plan(11), case (catch test()) of ok -> etap:end_tests(); |