Skip to content

Commit b88dae1

Browse files
committed
Fix issue number
1 parent 72637b1 commit b88dae1

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

test/NetTopologySuite.IO.Esri.Test/Issues/Issue057.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
namespace NetTopologySuite.IO.Esri.Test.Issues;
55

66
/// <summary>
7-
/// https://github.com/NetTopologySuite/NetTopologySuite.IO.Esri/issues/57
7+
/// https://github.com/NetTopologySuite/NetTopologySuite.IO.Esri/issues/55
88
/// </summary>
99
internal class Issue057
1010
{
1111
[Test]
1212
public void Decimal0_OpenShapefile()
1313
{
14-
var shpPath = TestShapefiles.PathTo("Issues/057/deter-nf-deter-public.shp");
14+
var shpPath = TestShapefiles.PathTo("Issues/055/deter-nf-deter-public.shp");
1515
var options = new ShapefileReaderOptions
1616
{
1717
GeometryBuilderMode = GeometryBuilderMode.FixInvalidShapes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)