Skip to content

Commit

Permalink
Integration test for prove_replica_updates2 (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed Dec 14, 2023
1 parent d3ea00b commit 3abd047
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integration_tests/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ mod withdraw_balance_test;
pub use withdraw_balance_test::*;
mod prove_commit2_test;
pub use prove_commit2_test::*;
mod replica_update2_test;
pub use replica_update2_test::*;
Loading

0 comments on commit 3abd047

Please sign in to comment.