File tree Expand file tree Collapse file tree
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66namespace PolylineAlgorithm ;
77
88using System ;
9- using System . Buffers ;
109using System . Diagnostics ;
11- using System . Diagnostics . CodeAnalysis ;
1210using System . Runtime . InteropServices ;
13- using System . Text ;
1411
1512/// <summary>
1613/// Represents an immutable, read-only encoded polyline string.
Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ public void ToString_Returns_Correct_String(int size) {
179179 /// </summary>
180180 /// <param name="value">The string value.</param>
181181 [ TestMethod ]
182- [ DynamicData ( nameof ( LengthParameters ) ) ]
183- public void ToString_Returns_Empty_String ( int size ) {
182+ public void ToString_Returns_Empty_String ( ) {
184183 // Arrange
185184 Polyline polyline = new Polyline ( ) ;
186185 string expected = string . Empty ;
You can’t perform that action at this time.
0 commit comments