Skip to content

Commit c42f2e7

Browse files
author
Petr Šrámek
committed
Argument is passed to Decode method as local variable
1 parent 54302b8 commit c42f2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Cloudikka.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void Decode_InvalidInput_ThrowsException() {
4646

4747
// Act
4848
void DecodeInvalidPolylineCharArray() {
49-
PolylineAlgorithm.Decode(Defaults.Polyline.Invalid.ToCharArray());
49+
PolylineAlgorithm.Decode(invalidPolylineCharrArray);
5050
}
5151

5252
// Assert

0 commit comments

Comments
 (0)