Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andre487 committed Nov 22, 2015
1 parent 8f56865 commit 6f14f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DistanceOfTimeInWordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function testFromTimePast()
$toTime->add(new \DateInterval('P11Y3M12DT4H2M'));

$this->assertEquals(
"через\xC2\xA067 лет, 3 месяца, 12 дней, 4 часа, 2 минуты",
"через\xC2\xA067 лет, 3 месяца, 14 дней, 4 часа, 2 минуты",
$this->_object->distanceOfTimeInWords($toTime, $fromTime, RUtils::ACCURACY_MINUTE)
);
}
Expand Down

0 comments on commit 6f14f1a

Please sign in to comment.