Skip to content

Commit

Permalink
make test point even closer to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed May 11, 2020
1 parent 83ccfe8 commit e5f5e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ prop_tmGridInverse =
, ellipsoid = WGS84
}
g = mkGridTM origin mempty (1 *~ one)
testPoint = origin { latitude = (-0.1) *~ degree }
testPoint = origin { latitude = (-0.02) *~ degree }
in fromGrid (toGrid g testPoint) `closeEnough` testPoint

-- | Converting a UK grid reference to a GridPoint and back is a null operation.
Expand Down

0 comments on commit e5f5e33

Please sign in to comment.