Skip to content

Commit

Permalink
Fix wrong namespace of HashIdFactoryTest test (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Dec 1, 2023
1 parent 712d471 commit b869ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Flow\ETL\Adapter\Elasticsearch\Tests\Unit;
namespace Flow\ETL\Adapter\Elasticsearch\Tests\Unit\EntryIdFactory;

use function Flow\ETL\DSL\str_entry;
use Flow\ETL\Adapter\Elasticsearch\EntryIdFactory\HashIdFactory;
Expand Down

0 comments on commit b869ea2

Please sign in to comment.