sergehuber commented on a change in pull request #367:
URL: https://github.com/apache/unomi/pull/367#discussion_r762828848



##########
File path: 
itests/src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java
##########
@@ -71,6 +71,7 @@ public void setUp() throws IOException, InterruptedException {
         profile.setProperties(new HashMap<>());
         profile.setProperty("lastName", "Jose"); // property that have a 
propertyType registered in the system
         profile.setProperty("prop4", "New property 4"); // property that do 
not have a propertyType registered in the system
+        profile.setProperty("prop4", "New property 4"); // property that do 
not have a propertyType registered in the system

Review comment:
       This looks like a copy-paste problem ? The line is identical to the 
previous one ?




-- 
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