Skip to content

Commit

Permalink
FRW-8760 Improved test names for compatibility with Buddy CI. (#11013)
Browse files Browse the repository at this point in the history
FRW-8760 Improved test names for compatibility with Buddy CI.
  • Loading branch information
dimitriyTsemma authored Jul 24, 2024
1 parent be25cfe commit 74a577b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class WarehouseTokensResourceControllerTest extends Unit
/**
* @return void
*/
public function testPostActionAddsWarehouseUserFailedLoginAuditLogWhenActiveWarehouseUserNorFound(): void
public function testPostActionAddsWarehouseUserUnsuccessfulLoginAuditLogWhenActiveWarehouseUserNotProvided(): void
{
// Arrange
$warehouseTokensResourceControllerMock = $this->getWarehouseTokensResourceControllerMock(
Expand All @@ -56,7 +56,7 @@ public function testPostActionAddsWarehouseUserFailedLoginAuditLogWhenActiveWare
/**
* @return void
*/
public function testPostActionAddsWarehouseUserFailedLoginAuditLogWhenOauthResponseIsNotValid(): void
public function testPostActionAddsWarehouseUserUnsuccessfulLoginAuditLogWhenOauthResponseIsNotCorrect(): void
{
// Arrange
$warehouseTokensResourceControllerMock = $this->getWarehouseTokensResourceControllerMock(
Expand Down

0 comments on commit 74a577b

Please sign in to comment.