Align tests target name prefix with plugin name

Change-Id: Ia6cd289280b7b2fdf46ca49ccb0dd1485edd56a4
diff --git a/BUILD b/BUILD
index 7d5fad8..1022555 100644
--- a/BUILD
+++ b/BUILD
@@ -22,7 +22,7 @@
 )
 
 junit_tests(
-    name = "high_availability_tests",
+    name = "high-availability_tests",
     srcs = glob(["src/test/java/**/*.java"]),
     resources = glob(["src/test/resources/**/*"]),
     tags = [