F fix merge key word
Compare changes
+ 7
− 5
@@ -338,11 +338,13 @@ def merge_entities(entity_a: Entity, entity_b: Entity):
It was possible that the merge_entities
function ran into a KeyError
. This is now fixed.
The first commit adds a failing test. The second commit introduces the fix.
unittest
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.