From: Dan Peddle Date: Tue, 21 Jan 2014 16:33:30 +0000 (+0100) Subject: Update tests X-Git-Tag: 2.7.0~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1433%2Fhead;p=thirdparty%2Fmoment.git Update tests --- diff --git a/test/lang/pt.js b/test/lang/pt.js index f4478ff47..1e7751dad 100644 --- a/test/lang/pt.js +++ b/test/lang/pt.js @@ -168,7 +168,7 @@ exports["lang:pt"] = { "suffix" : function (test) { test.expect(2); test.equal(moment(30000).from(0), "em segundos", "prefix"); - test.equal(moment(0).from(30000), "segundos atrás", "suffix"); + test.equal(moment(0).from(30000), "há segundos", "suffix"); test.done(); },