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 Jan 22, 2024
1 parent 0f8c593 commit 5cdfc2f
Show file tree
Hide file tree
Showing 5 changed files with 428 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 5cdfc2f

Please sign in to comment.