Skip to content

Commit

Permalink
add open statement to notebook as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Aug 9, 2023
1 parent 8bc54d8 commit e36e8d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/ppx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"source": [
"#require \"ppx_yojson_conv\" ;;\n",
"\n",
"open Ppx_yojson_conv_lib.Yojson_conv.Primitives\n",
"\n",
"type t = { foo : int; baz : string; } [@@deriving yojson]\n",
"\n",
"let expected = \"{\\\"foo\\\":42,\\\"baz\\\":\\\"hello\\\"}\"\n",
Expand Down

0 comments on commit e36e8d4

Please sign in to comment.