From 34518f9e50348b0eb4146e8cc2247f3589b80c1f Mon Sep 17 00:00:00 2001 From: mechuwind Date: Tue, 11 Feb 2014 13:26:51 +0100 Subject: [PATCH] Update nn.js --- test/lang/nn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lang/nn.js b/test/lang/nn.js index 9c1c8788f..b16b4deb0 100644 --- a/test/lang/nn.js +++ b/test/lang/nn.js @@ -172,13 +172,13 @@ exports["lang:nn"] = { "suffix" : function (test) { test.expect(2); test.equal(moment(30000).from(0), "om nokre sekund", "prefix"); - test.equal(moment(0).from(30000), "for nokre sekund siden", "suffix"); + test.equal(moment(0).from(30000), "for nokre sekund sidan", "suffix"); test.done(); }, "now from now" : function (test) { test.expect(1); - test.equal(moment().fromNow(), "for nokre sekund siden", "now from now should display as in the past"); + test.equal(moment().fromNow(), "for nokre sekund sidan", "now from now should display as in the past"); test.done(); }, -- 2.47.2