Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
ユニットテストを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Apr 15, 2023
1 parent f5dd98f commit 2d008af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public function testIndex(): void
$result = json_decode((string)$this->_response->getBody());

$this->assertCount(3, $result->themes);
$this->assertEquals('BcColumn', $result->themes[0]->name);
$this->assertEquals('BcThemeSample', $result->themes[1]->name);
$this->assertEquals('BcThemeSample', $result->themes[0]->name);
$this->assertEquals('BcColumn', $result->themes[1]->name);
}

/**
Expand Down

0 comments on commit 2d008af

Please sign in to comment.