From 0a5d0f99fbb117e4efce69bdaa8799ea513b6a42 Mon Sep 17 00:00:00 2001 From: Dan Peddle Date: Tue, 21 Jan 2014 17:33:30 +0100 Subject: [PATCH] Update tests --- test/lang/pt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }, -- 2.47.2