Skip to content

Commit

Permalink
Merge pull request #23 from mrmattson/patch-1
Browse files Browse the repository at this point in the history
Update one test description
  • Loading branch information
DanielJDufour committed Apr 1, 2019
2 parents 35567e7 + 122ed40 commit 31563e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 31563e9

Please sign in to comment.