Skip to content

Commit

Permalink
test: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed May 17, 2024
1 parent b4c2f12 commit 2b48869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Console/Command/IndexerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function testExecuteSelectIndexer(): void
Please select the indexer you want to use [0]
[0] Indexer A (source: indexer_a)
[1] Indexer C (source: indexer_c)
> 0
You have just selected: Indexer A (source: indexer_a)
Index with Indexer "Indexer A" (source: indexer_a)
Expand All @@ -191,7 +191,7 @@ public function testExecuteSelectIndexer(): void
EOF,
preg_replace('/[]\\[K/', '', $output)
preg_replace('/.*>.*/', '', $output)
);
}

Expand Down

0 comments on commit 2b48869

Please sign in to comment.