This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch postgresql in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c3e80734d5be28d150f7f2e5776257ccedf7df4e Author: Tung Tran <[email protected]> AuthorDate: Tue Dec 5 11:07:54 2023 +0700 JAMES-2586 Fixup - Postgres app - Use junit 5 (replace to junit 4) - It is a why make lack of test case when run the test (jpaGuiceServerShouldUpdateQuota) --- .../src/test/java/org/apache/james/PostgresJamesServerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/postgres-app/src/test/java/org/apache/james/PostgresJamesServerTest.java b/server/apps/postgres-app/src/test/java/org/apache/james/PostgresJamesServerTest.java index 2e03f181cd..7f82a1963f 100644 --- a/server/apps/postgres-app/src/test/java/org/apache/james/PostgresJamesServerTest.java +++ b/server/apps/postgres-app/src/test/java/org/apache/james/PostgresJamesServerTest.java @@ -34,8 +34,8 @@ import org.apache.james.utils.SMTPMessageSender; import org.apache.james.utils.TestIMAPClient; import org.awaitility.Awaitility; import org.awaitility.core.ConditionFactory; -import org.junit.Test; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; import com.google.common.base.Strings; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
