You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/10/14 03:11:05 UTC

[james-project] branch master updated: Fix typo in test name

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 301b87c  Fix typo in test name
301b87c is described below

commit 301b87c899741769b3f9d23681614778365c2d28
Author: aasaru <aa...@gmail.com>
AuthorDate: Tue Oct 13 08:51:56 2020 +0300

    Fix typo in test name
---
 ...RepositoryIngtegrationTest.java => ToRepositoryIntegrationTest.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIngtegrationTest.java b/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIntegrationTest.java
similarity index 99%
rename from server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIngtegrationTest.java
rename to server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIntegrationTest.java
index e2b7407..e016d19 100644
--- a/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIngtegrationTest.java
+++ b/server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/ToRepositoryIntegrationTest.java
@@ -51,7 +51,7 @@ import org.junit.rules.TemporaryFolder;
 
 import io.restassured.specification.RequestSpecification;
 
-public class ToRepositoryIngtegrationTest {
+public class ToRepositoryIntegrationTest {
     private static final String RECIPIENT = "touser@" + DEFAULT_DOMAIN;
     public static final MailRepositoryUrl CUSTOM_REPOSITORY = MailRepositoryUrl.from("memory://var/mail/custom/");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org