From c3c7be5eb59252da8ba079971d50656f4e8ce44f Mon Sep 17 00:00:00 2001 From: Matt Grande Date: Tue, 21 Oct 2014 19:50:22 -0400 Subject: [PATCH] Fix style issue. --- test/locale/my.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/locale/my.js b/test/locale/my.js index 59a851394..1dc5e8f5d 100644 --- a/test/locale/my.js +++ b/test/locale/my.js @@ -69,7 +69,7 @@ exports['locale:my'] = { ], b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)), i; - test.expect( a.length ); + test.expect(a.length); for (i = 0; i < a.length; i++) { test.equal(b.format(a[i][0]), a[i][1], a[i][0] + ' ---> ' + a[i][1]); } -- 2.47.2