Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clecat committed Jan 31, 2024
1 parent 2d24f9e commit 6894161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/irmin-pack/test_upgrade.ml
Original file line number Diff line number Diff line change
Expand Up @@ -702,5 +702,6 @@ let tests domain_mgr =
Alcotest.test_case "upgrade From_v2" `Quick (test domain_mgr From_v2);
Alcotest.test_case "upgrade From_scratch" `Quick
(test domain_mgr From_scratch);
Alcotest.test_case "upgrade From_v3 after Gc" `Quick (test_gced_store domain_mgr);
Alcotest.test_case "upgrade From_v3 after Gc" `Quick
(test_gced_store domain_mgr);
]

0 comments on commit 6894161

Please sign in to comment.