From e19685724e288d89bb028f9e7b056722a0b9e0fb Mon Sep 17 00:00:00 2001 From: ncave <777696+ncave@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:03:42 -0800 Subject: [PATCH] Fixed PyInterop tests --- tests/Python/TestPyInterop.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Python/TestPyInterop.fs b/tests/Python/TestPyInterop.fs index 809a33bdc1..575d06d512 100644 --- a/tests/Python/TestPyInterop.fs +++ b/tests/Python/TestPyInterop.fs @@ -46,9 +46,9 @@ let myComplexAdder x y = x + y type NameProp = { Name: string } -type Props = - | Names of NameProp array - | [] Custom of key:string * value:obj +// type Props = +// | Names of NameProp array +// | [] Custom of key:string * value:obj [] type PyArray =