Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot committed Jul 30, 2021
1 parent c3c8bca commit 62d0988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
$mock = new MockHandler();

$mock->append(function (CommandInterface $cmd, RequestInterface $req) {
return new ApiGatewayManagementApiException('', $cmd, ['code' => 'GoneException']);
return new ApiGatewayManagementApiException('', $cmd, ['code' => 'Gone']);
});

/** @var SubscriptionRepository */
Expand Down

0 comments on commit 62d0988

Please sign in to comment.