Skip to content

Commit 948714c

Browse files
committed
Use correct ContentInfo instance in tests
1 parent 3a12216 commit 948714c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MetaTag/CollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Netgen\Bundle\OpenGraphBundle\Tests\MetaTag;
66

77
use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver;
8-
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;
8+
use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo;
99
use Ibexa\Core\Repository\ContentTypeService;
1010
use Ibexa\Core\Repository\Values\Content\Content;
1111
use Ibexa\Core\Repository\Values\Content\VersionInfo;

0 commit comments

Comments
 (0)