Skip to content

Commit

Permalink
Travis actual value tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Jan 15, 2018
1 parent 875801a commit 3a23d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MailboxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,6 @@ public function testAppendOptionalArguments()
$message = $mailbox->getMessage(1);

$this->assertTrue($message->isSeen());
$this->assertSame('03-Jan-2012 10:30:03 +0100', $message->getHeaders()->get('maildate'));
$this->assertSame(' 3-Jan-2012 09:30:03 +0000', $message->getHeaders()->get('maildate'));
}
}

0 comments on commit 3a23d49

Please sign in to comment.