BUG-4295: instantiate MERGE operations lazily
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / Bug4454Test.java
index 92906c6e722154f578b906cc7456b6b4c55cc63d..1a835c85b30f5016c9ed92a263752d12bde20442 100644 (file)
@@ -328,7 +328,7 @@ public class Bug4454Test {
                 .node(mapEntryPath2).build();
 
         key.clear();
-        key.put(MIN_MAX_KEY_LEAF_QNAME, "bar");
+        key.put(MIN_MAX_KEY_LEAF_QNAME, "baz");
 
         mapEntryPath2 = new YangInstanceIdentifier.NodeIdentifierWithPredicates(MIN_MAX_LIST_QNAME, key);