Skip to content

Commit de28b78

Browse files
author
gitlabci
committed
Merge branch '2024.11'
2 parents 6c66ae6 + ad18750 commit de28b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tine20/Addressbook/Import/CsvTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testImportUmlaut()
127127
$record = $exception['exception']['clientRecord'];
128128
if ($record['email'] === Tinebase_Core::getUser()->accountEmailAddress) {
129129
$found = TRUE;
130-
$this->assertEquals($myContact->org_name, $record['org_name']);
130+
$this->assertStringContainsString('leckerer', $record['org_name']);
131131
}
132132
}
133133

0 commit comments

Comments
 (0)