Fix typo in test names Change-Id: I768e4e5b399b025497b85d8ac6c3351a889c391f
diff --git a/src/test/java/com/googlesource/gerrit/plugins/replication/pull/CGitFetchIT.java b/src/test/java/com/googlesource/gerrit/plugins/replication/pull/CGitFetchIT.java index d81a253..baacf20 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/replication/pull/CGitFetchIT.java +++ b/src/test/java/com/googlesource/gerrit/plugins/replication/pull/CGitFetchIT.java
@@ -86,7 +86,7 @@ } @Test(expected = TransportException.class) - public void shouldThrowExecptionWhenRefDoesNotExists() throws Exception { + public void shouldThrowExceptionWhenRefDoesNotExists() throws Exception { testRepo = cloneProject(createTestProject(project + TEST_REPLICATION_SUFFIX)); String nonExistingRef = "refs/changes/02/20000/1:refs/changes/02/20000/1"; try (Repository repo = repoManager.openRepository(project)) { @@ -101,7 +101,7 @@ } @Test(expected = TransportException.class) - public void shouldThrowExecptionWhenSourceDoesNotExists() throws Exception { + public void shouldThrowExceptionWhenSourceDoesNotExists() throws Exception { testRepo = cloneProject(createTestProject(project + TEST_REPLICATION_SUFFIX)); try (Repository repo = repoManager.openRepository(project)) {