Skip to content

Commit ffd855f

Browse files
missing #endif in test
1 parent 50def70 commit ffd855f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SqlClient.Tests/SqlEnumTests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ let ProductWeightAndSizeUnitsOfMeasure() =
149149
let bigBikes = allBikes |> List.choose ( fun x -> if x.Size = Some 52.<ProductsUnitsOfMeasure.``CM ``> then Some x.Name else None)
150150

151151
Assert.Equal<_ list>( ["Mountain-500 Silver, 52"; "Mountain-500 Black, 52"], bigBikes)
152+
#endif

0 commit comments

Comments
 (0)