Skip to content

Commit

Permalink
Rename integration test files to match the method names being tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed Feb 1, 2024
1 parent 859c731 commit c9381ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod verifreg_remove_datacap_test;
pub use verifreg_remove_datacap_test::*;
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::*;
mod prove_commit3_test;
pub use prove_commit3_test::*;
mod replica_update3_test;
pub use replica_update3_test::*;

0 comments on commit c9381ff

Please sign in to comment.