Skip to content

Commit

Permalink
rename to AuthSync instead of Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
david-engelmann committed Oct 4, 2023
1 parent 1b31b4f commit ad7eb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_auth.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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) ]

0 comments on commit ad7eb8e

Please sign in to comment.