Skip to content

Commit d5ccc0e

Browse files
author
Mantas Marcinkevicius
committed
fixed tests
1 parent f4eea3c commit d5ccc0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Functional/Service/IndexServiceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public function indexNameDataProvider()
4545
{
4646
return [
4747
[ DummyDocument::class, DummyDocument::INDEX_NAME ],
48-
[ DummyDocumentInTheEntityDirectory::class, DummyDocumentInTheEntityDirectory::INDEX_NAME ],
48+
// this alias is overriden in configuration
49+
[ DummyDocumentInTheEntityDirectory::class, 'field-data-index' ],
4950
];
5051
}
5152

0 commit comments

Comments
 (0)