Skip to content

Commit a634168

Browse files
committed
fix: handle return type correctly
1 parent 334e800 commit a634168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestBuiltins.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ let ``test __name__ works`` () = __name__ |> equal "test_builtins"
1313
[<Fact>]
1414
let ``test write works`` () =
1515
let result = builtins.``open``("test.txt", OpenTextMode.Write)
16-
result.write "ABC" |> equal ()
16+
result.write "ABC" |> equal 3

0 commit comments

Comments
 (0)