From 122ed4034f5c7600658dca31249916af2582c398 Mon Sep 17 00:00:00 2001 From: Matthew Mattson Date: Sat, 11 Mar 2017 08:42:44 -0800 Subject: [PATCH] Update one test description Change description of one of the tests to match what is being tested. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 73234d6..a2b11ba 100644 --- a/test/test.js +++ b/test/test.js @@ -25,7 +25,7 @@ describe('Second MGRS set', function() { it('Latitude of point from MGRS correct.', function() { point[1].should.be.closeTo(83.62778, 0.00001); }); - it('MGRS reference with 1-digit accuracy correct.', function() { + it('MGRS reference with 3-digit accuracy correct.', function() { mgrs.forward(point,3).should.equal('25XEN041865'); }); it('MGRS reference with 5-digit accuracy, northing all zeros', function(){