Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Jan 30, 2024
1 parent 6b4feae commit c8b197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample/ObjectStore/v1/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testCreate(): Container
public function testRead(Container $createdContainer)
{
/** @var \OpenStack\ObjectStore\v1\Models\Container $container */
require_once $this->sampleFile('containers/get.php', ['{containerName}' => $createdContainer->name]);
require_once $this->sampleFile('containers/read.php', ['{containerName}' => $createdContainer->name]);

$this->assertInstanceOf(Container::class, $container);
$this->assertEquals($createdContainer->name, $container->name);
Expand Down

0 comments on commit c8b197e

Please sign in to comment.