@@ -31,7 +31,7 @@  | 
                                                    ||
| 31 | 31 | $this->em->getEventManager()->addEventListener([Events::preUpdate], $listener);  | 
                                                        
| 32 | 32 | |
| 33 | 33 | $this->em->getClassMetadata(GH6884Person::class)  | 
                                                        
| 34 | - ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate');  | 
                                                        |
| 34 | + ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate');  | 
                                                        |
| 35 | 35 | }  | 
                                                        
| 36 | 36 | |
| 37 | 37 | public function testIssue() : void  |