Skip to content

Commit a8b3a85

Browse files
committed
Separate tests of Run module
1 parent bf0bdfa commit a8b3a85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_structured.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ let () =
280280
test_error_in_promise_terminates;
281281
Alcotest.test_case "can wait promises" `Quick test_can_wait_promises;
282282
Alcotest.test_case "can select promises" `Quick test_can_select_promises;
283+
] );
284+
( "Run",
285+
[
283286
Alcotest.test_case "any and all errors" `Quick test_any_and_all_errors;
284287
Alcotest.test_case "any and all returns" `Quick test_any_and_all_returns;
285288
Alcotest.test_case "race any" `Quick test_race_any;

0 commit comments

Comments
 (0)