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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fd4782b7d1c CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)
fd4782b7d1c is described below

commit fd4782b7d1c5b5b2fd3dd480c18a10aa776d24cd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Aug 6 08:20:35 2022 +0200

    CAMEL-18353: Upgrade to JUnit 5.9.0 (#8117)
---
 .../test/java/org/apache/camel/component/gson/GsonDataFormatTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
 
b/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
index d0504f677b3..dfc17e89e0b 100644
--- 
a/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
+++ 
b/components/camel-gson/src/test/java/org/apache/camel/component/gson/GsonDataFormatTest.java
@@ -40,7 +40,7 @@ public class GsonDataFormatTest {
     private Message message;
 
     @BeforeEach
-    private void setup() {
+    public void setup() {
         when(message.getHeader(Exchange.CHARSET_NAME, 
String.class)).thenReturn(StandardCharsets.UTF_8.name());
         when(exchange.getIn()).thenReturn(message);
     }

Reply via email to