Skip to content

Commit

Permalink
Fix the TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Nov 30, 2024
1 parent b5a44f8 commit 1fdfcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocof.Test/Data.fs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module unwrap =
)
|> Prop.collect (
List.length data,
// TODO: why cannot use .Is* ?
// TODO: use .Is* after bumping to F# 9.
data
|> List.filter (function
| Entry.Obj _ -> true
Expand Down

0 comments on commit 1fdfcc9

Please sign in to comment.