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 54302b8 commit c42f2e7Copy full SHA for c42f2e7
src/tests/Cloudikka.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs
@@ -46,7 +46,7 @@ public void Decode_InvalidInput_ThrowsException() {
46
47
// Act
48
void DecodeInvalidPolylineCharArray() {
49
- PolylineAlgorithm.Decode(Defaults.Polyline.Invalid.ToCharArray());
+ PolylineAlgorithm.Decode(invalidPolylineCharrArray);
50
}
51
52
// Assert
0 commit comments