BUILD: Make java_test name consistent with other plugins

Change-Id: Ibe55c5dfcfd9718cbabe1f5b436f6434b73a6d98
diff --git a/BUILD b/BUILD
index e1a13dd..ce2e923 100644
--- a/BUILD
+++ b/BUILD
@@ -22,7 +22,7 @@
 )
 
 java_test(
-    name = "verify-status-tests",
+    name = "verify-status_tests",
     size = "small",
     srcs = ["src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java"],
     tags = ["verify-status"],