Skip to content

Commit

Permalink
Fixed PyInterop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Dec 8, 2023
1 parent c1eb009 commit e196857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Python/TestPyInterop.fs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ let myComplexAdder x y = x + y
type NameProp =
{ Name: string }

type Props =
| Names of NameProp array
| [<Erase>] Custom of key:string * value:obj
// type Props =
// | Names of NameProp array
// | [<Erase>] Custom of key:string * value:obj

[<Global("Array")>]
type PyArray =
Expand Down

0 comments on commit e196857

Please sign in to comment.