| commit | 9ab88f1329054799742cedcbbdefe061f5c59f8a | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <ekempin@google.com> | Thu Aug 27 13:50:12 2020 +0200 |
| committer | Edwin Kempin <ekempin@google.com> | Fri Aug 28 15:19:20 2020 +0200 |
| tree | 727b7f93dde99bb0ea30b31c4e0ea055f46bb970 | |
| parent | 9c194f7834a3d93c84b6bdf7f055b64d777d73e0 [diff] |
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