Skip to content

Commit

Permalink
Update MessageTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed May 24, 2015
1 parent 030dade commit d491510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fetch/Test/MessageTest.php
Expand Up @@ -178,7 +178,7 @@ public function testMoveToMailbox()
$testFolderNumStart = $server->numMessages('Test Folder');

// Get message from Test Folder
$message = $server->getMessageByUid(1);
$message = $server->getMessage(1);
$this->assertInstanceOf('\Fetch\Message', $message, 'Server returned Message.');

// Switch to Sent folder, count messages
Expand Down

0 comments on commit d491510

Please sign in to comment.