Skip to content

Commit

Permalink
Correcting test case
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hallgren <[email protected]>
  • Loading branch information
challgren committed Oct 25, 2022
1 parent 1443260 commit 38bf71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/PhpAwsSmtpPasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PhpAwsSmtpPasswordTest extends TestCase
*/
public function testConvert()
{
$expected = 'WzRdsEz/2FJQQt+rwbD6tTVhwGOQ7EZuFPZcbvrfFUsZYv0=';
$expected = 'BLBM/9hSUELfq8Gw+rU1YcBjkOxGbhT2XG763xVLGWL9';

$this->assertEquals($expected, PhpAwsSmtpPassword::convert($this->key, $this->region));
}
Expand Down

0 comments on commit 38bf71d

Please sign in to comment.