Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich committed Feb 2, 2024
1 parent f7a9284 commit 866700f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Reindexer/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function testSchema()
);
}

public function testSetReplication(): Response
public function testSetReplication()
{
$config = [
'type' => 'namespaces',
Expand All @@ -207,8 +207,8 @@ public function testSetReplication(): Response
$response = $this->itemService->update($config);
$this->assertSame(
[
'success' => true,
'updated' => 1,
'success' => true,
],
$response->getDecodedResponseBody(true)
);
Expand Down

0 comments on commit 866700f

Please sign in to comment.