Skip to content

Commit b6a95fb

Browse files
committed
Fix typos in a test I shouldn't have messed with so much
1 parent 3a2498c commit b6a95fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/SqlServerTypesTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public static class SqlServerTypesTest
2121
private const string BuiltInUdtSelectQuery =
2222
@"SELECT " +
2323
@" hierarchyid::Parse('/1/1/3/') AS col0, " +
24-
@" geometry::Parse('LINESTRING (100 100, 20 180, 180 180')) AS col1, " +
25-
@" geography::Parse('LINESTRING (-122.360 47.656, -122.343 47.656))' AS col2";
24+
@" geometry::Parse('LINESTRING (100 100, 20 180, 180 180)') AS col1, " +
25+
@" geography::Parse('LINESTRING (-122.360 47.656, -122.343 47.656)') AS col2";
2626

2727
private const string GeometryBytesHexString =
2828
"00000000010403000000000000000000594000000000000059400000000000003440000000000080" +

0 commit comments

Comments
 (0)