Skip to content

Commit

Permalink
renamed whitebox-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 14, 2023
1 parent 83eb94d commit bcf17d3
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/scenario/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ mod scenario_macros;
pub mod standalone;
pub mod test_wallets;
mod vm_go_tool;
pub mod whitebox;
pub mod whitebox_legacy;

/// Keeping this for backwards compatibility.
/// Unfortunately, the `deprecated` annotation doesn't function for reexports.
pub use whitebox as testing_framework;
pub use whitebox_legacy as testing_framework;

pub use api::DebugApi;
pub use multiversx_chain_vm;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bcf17d3

Please sign in to comment.