This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch update-toolchain in repository https://gitbox.apache.org/repos/asf/couchdb-khash.git
commit 3873fa0ea8e060bde6d9db1e96e2d4355f5ea72a Author: Adam Kocoloski <[email protected]> AuthorDate: Fri Nov 26 18:13:41 2021 +0000 Align to EUnit naming standards --- test/{khash_test.erl => khash_tests.erl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/khash_test.erl b/test/khash_tests.erl similarity index 99% rename from test/khash_test.erl rename to test/khash_tests.erl index 6a23661..982df8c 100644 --- a/test/khash_test.erl +++ b/test/khash_tests.erl @@ -1,4 +1,4 @@ --module(khash_test). +-module(khash_tests). -export([ khash_fetch/0,
