@@ -219,7 +219,7 @@ |
||
219 | 219 | $this->valueResolver->method("revertValue")->will($this->returnValueMap([ |
220 | 220 | [$this->mappings['foo'], $entity, "some_ipsum_service", ["foo_column" => "ipsum"]], |
221 | 221 | [$this->mappings['bar'], $entity, "some_dolor_service", ["bar_column" => "dolor"]], |
222 | - [$this->mappings['faz'], $entity, $fazService, ["faz_column" => "sit"]], |
|
222 | + [$this->mappings['faz'], $entity, $fazService, ["faz_column" => "sit"]], |
|
223 | 223 | ])); |
224 | 224 | |
225 | 225 | $this->connection->expects($this->once())->method("update")->with( |