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

mxsm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new dbfb57156 [ISSUE #4354] Fix spelling mistake (#4353)
dbfb57156 is described below

commit dbfb57156320901eac59714fe0334701cefe2cb8
Author: Na Meng <[email protected]>
AuthorDate: Sun Aug 13 20:53:17 2023 +0800

    [ISSUE #4354] Fix spelling mistake (#4353)
---
 .../java/org/apache/eventmesh/runtime/client/common/MessageUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/client/common/MessageUtils.java
 
b/eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/client/common/MessageUtils.java
index df5c5a0d4..40cf4b563 100644
--- 
a/eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/client/common/MessageUtils.java
+++ 
b/eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/client/common/MessageUtils.java
@@ -37,7 +37,7 @@ public class MessageUtils {
 
     public static Package hello(UserAgent user) {
         Package msg = new Package();
-        msg.setHeader(new Header(Command.HELLO_REQUEST, 0, "sucess", 
generateRandomString(seqLength)));
+        msg.setHeader(new Header(Command.HELLO_REQUEST, 0, "success", 
generateRandomString(seqLength)));
         msg.setBody(user);
         return msg;
     }
@@ -230,7 +230,7 @@ public class MessageUtils {
 
     public static Package askRecommend(UserAgent user) {
         Package msg = new Package();
-        msg.setHeader(new Header(Command.RECOMMEND_REQUEST, 0, "sucess", 
generateRandomString(seqLength)));
+        msg.setHeader(new Header(Command.RECOMMEND_REQUEST, 0, "success", 
generateRandomString(seqLength)));
         msg.setBody(user);
         return msg;
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to