Skip to content

Commit

Permalink
tests: We can now use textual representations according to standard
Browse files Browse the repository at this point in the history
* Thanks to 55 = 11 * 5
  • Loading branch information
PaulusParssinen committed May 3, 2024
1 parent dacd0f1 commit 30947c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Garnet.test/GeoHashTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ public void CanEncodeAndDecodeCoordinates(

[Test]
[TestCase(30.5388942218, 104.0555758833, 32197958895008659, "wm3vxz6vywm")]
[TestCase(27.988056, 86.925278, 29093048312006635, "tuvz4p141z8")]
[TestCase(27.988056, 86.925278, 29093048312006635, "tuvz4p141zc")]
[TestCase(37.502669, 15.087269, 27809732018862917, "sqdtr74hyu5")]
[TestCase(38.115556, 13.361389, 27808034337838041, "sqc8b49rnys")]
[TestCase(38.115556, 13.361389, 27808034337838041, "sqc8b49rnyt")]
[TestCase(38.918250, -77.427944, 14296802071597752, "dqbvqhfenps")]
[TestCase(-89.0, -179.0, 890064916284, "000twy01mts")]
[TestCase(-89.0, -179.0, 890064916284, "000twy01mtw")]
// TODO: Investigate corner-cases
// [TestCase(-90.0, -180.0, 0, "00000000000")]
[TestCase(0.0, 0.0, 0x60000000000000, "s0000000000")]
Expand Down

0 comments on commit 30947c3

Please sign in to comment.