javeme commented on code in PR #1842:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1842#discussion_r858377051


##########
hugegraph-test/src/main/java/com/baidu/hugegraph/core/AuthTest.java:
##########
@@ -110,9 +110,9 @@ public void testCreateUser() {
         Assert.assertThrows(IllegalArgumentException.class, () -> {
             authManager.createUser(makeUser("tom", "pass1"));
         }, e -> {
-            Assert.assertContains("Can't save user", e.getMessage());
-            Assert.assertContains("that already exists", e.getMessage());
-        });
+                Assert.assertContains("Can't save user", e.getMessage());

Review Comment:
   Yes.
   But just now @seagle-yuan said that according to the current style 
specifications, it may not be possible.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to