Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 15, 2023
1 parent 8a8e0c4 commit d94a993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jscomp/test/dist/jscomp/test/js_array_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jscomp/test/js_array_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ let suites = Mt.[
);

"join", (fun _ ->
Eq("1,2,3", [| 1; 2; 3 |] |. Js.Array.join ~sep:"")
Eq("1,2,3", [| 1; 2; 3 |] |. Js.Array.join ~sep:",")
);
"joinWith", (fun _ ->
Eq("1;2;3", [| 1; 2; 3 |] |. Js.Array.join ~sep:";")
Expand Down

0 comments on commit d94a993

Please sign in to comment.