]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update tests 1433/head
authorDan Peddle <dan.peddle@gmail.com>
Tue, 21 Jan 2014 16:33:30 +0000 (17:33 +0100)
committerDan Peddle <dan.peddle@gmail.com>
Tue, 21 Jan 2014 16:33:30 +0000 (17:33 +0100)
test/lang/pt.js

index f4478ff47b45b8ade8045b65d395a271df94302a..1e7751dadcda1e20102e3055cb30f139280e93a2 100644 (file)
@@ -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();
     },