Skip to content

Commit 05b3e98

Browse files
committed
Fix SHP path.
1 parent 69dce8c commit 05b3e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class Issue033
1616
[Test]
1717
public void WriteAllFeatures_NullAttributeValue()
1818
{
19-
string shpPath = TestShapefiles.PathTo(@"Issues/03/sample/ne_10m_admin_0_countries_fra.shp");
19+
string shpPath = TestShapefiles.PathTo(@"Issues/033/sample/ne_10m_admin_0_countries_fra.shp");
2020
string shpCopyPath = TestShapefiles.GetTempShpPath();
2121

2222
var config = new ShapefileReaderOptions()

0 commit comments

Comments
 (0)