From ad7eb8e8fcc1707c47c45aec54b66a9a7824620a Mon Sep 17 00:00:00 2001 From: David Engelmann Date: Wed, 4 Oct 2023 16:41:12 -0400 Subject: [PATCH] rename to AuthSync instead of Auth --- test/test_auth.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_auth.ml b/test/test_auth.ml index d6cb1eb..a875806 100644 --- a/test/test_auth.ml +++ b/test/test_auth.ml @@ -131,5 +131,5 @@ let sync_suite = ] let () = - print_endline "Running Sync Suite"; - Alcotest.run "Auth Test Suite" [ ("Auth", sync_suite) ] + print_endline "Running Auth Sync Suite"; + Alcotest.run "Auth Sync Test Suite" [ ("AuthSync", sync_suite) ]