Navigation Menu

Skip to content

Commit

Permalink
Fixed test for ru.js language
Browse files Browse the repository at this point in the history
  • Loading branch information
fduch2k committed Feb 28, 2012
1 parent af869a3 commit 182536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lang/ru.js
Expand Up @@ -122,7 +122,7 @@ exports["lang:ru"] = {
},

"from" : function(test) {
test.expect(30);
test.expect(32);
moment.lang('ru');
var start = moment([2007, 1, 28]);
test.equal(start.from(moment([2007, 1, 28]).add({s:44}), true), "несколько секунд", "44 seconds = seconds");
Expand Down

0 comments on commit 182536d

Please sign in to comment.