Skip to content

Commit

Permalink
Fix issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak committed Nov 17, 2024
1 parent 72637b1 commit b88dae1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/NetTopologySuite.IO.Esri.Test/Issues/Issue057.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
namespace NetTopologySuite.IO.Esri.Test.Issues;

/// <summary>
/// https://github.com/NetTopologySuite/NetTopologySuite.IO.Esri/issues/57
/// https://github.com/NetTopologySuite/NetTopologySuite.IO.Esri/issues/55
/// </summary>
internal class Issue057
{
[Test]
public void Decimal0_OpenShapefile()
{
var shpPath = TestShapefiles.PathTo("Issues/057/deter-nf-deter-public.shp");
var shpPath = TestShapefiles.PathTo("Issues/055/deter-nf-deter-public.shp");
var options = new ShapefileReaderOptions
{
GeometryBuilderMode = GeometryBuilderMode.FixInvalidShapes
Expand Down

0 comments on commit b88dae1

Please sign in to comment.