CodeOwnerConfigOperationsImplTest: Fix spelling mistake in test names

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ia8393f65254613d87c6568503f3673092d81909a
diff --git a/javatests/com/google/gerrit/plugins/codeowners/acceptance/testsuite/CodeOwnerConfigOperationsImplTest.java b/javatests/com/google/gerrit/plugins/codeowners/acceptance/testsuite/CodeOwnerConfigOperationsImplTest.java
index 01f3da5..7718b5d 100644
--- a/javatests/com/google/gerrit/plugins/codeowners/acceptance/testsuite/CodeOwnerConfigOperationsImplTest.java
+++ b/javatests/com/google/gerrit/plugins/codeowners/acceptance/testsuite/CodeOwnerConfigOperationsImplTest.java
@@ -111,7 +111,7 @@
   }
 
   @Test
-  public void specifiedBranchIsARespectedForCodeOwnerConfigCreation() throws Exception {
+  public void specifiedBranchIsRespectedForCodeOwnerConfigCreation() throws Exception {
     String branchName = "foo";
     gApi.projects().name(project.get()).branch(branchName).create(new BranchInput());
 
@@ -166,7 +166,7 @@
   }
 
   @Test
-  public void specifiedFolderPathIsARespectedForCodeOwnerConfigCreation() throws Exception {
+  public void specifiedFolderPathIsRespectedForCodeOwnerConfigCreation() throws Exception {
     String folderPath = "/foo/bar";
     CodeOwnerConfig.Key codeOwnerConfigKey =
         codeOwnerConfigOperations