We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc07dbe commit 7b6b7e9Copy full SHA for 7b6b7e9
tests/NetTopologySuite.IO.GPX.Tests/GpxFileTests.cs
@@ -345,7 +345,7 @@ public void TimestampsShouldPreserveFractionalSecondsWithinDefinedPrecision()
345
</wpt>
346
</gpx>
347
";
348
- string text = GpxFile.Parse(GpxText, null). BuildString(null);
+ string text = GpxFile.Parse(GpxText, null).BuildString(null);
349
350
Assert.Contains("1234-05-06T07:08:09.7654321Z", text);
351
Assert.Contains("5432-10-10T11:22:33.8765432Z", text); // DateTime resolution is 100ns, so the value gets rounded to 7 digits
0 commit comments