Skip to content

Commit

Permalink
Fixing a CloudFront unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Oct 17, 2013
1 parent 65084d8 commit 0003414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Aws/Tests/CloudFront/CloudFrontClientTest.php
Expand Up @@ -167,7 +167,6 @@ public function dataForCorrectSignatureIsInstantiatedTest()
{
return array(
array(array(), 'Aws\Common\Signature\SignatureV4'),
array(array('version' => '2013-08-26'), 'Aws\Common\Signature\SignatureV4'),
array(array('version' => '2012-05-05'), 'Aws\CloudFront\CloudFrontSignature'),
);
}
Expand Down

0 comments on commit 0003414

Please sign in to comment.