Skip to content

Commit 62d0988

Browse files
committed
Fix test
1 parent c3c8bca commit 62d0988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HandlerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
$mock = new MockHandler();
8383

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

8888
/** @var SubscriptionRepository */

0 commit comments

Comments
 (0)