Skip to content

Commit

Permalink
moved returnsLogs to a different PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Sep 3, 2024
1 parent f34c9d0 commit c409864
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions framework/scenario/src/facade/result_handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod expect_error;
mod expect_message;
mod expect_status;
mod expect_value;
mod returns_logs;
mod returns_message;
mod returns_new_bech32_address;
mod returns_new_token_identifier;
Expand All @@ -13,7 +12,6 @@ pub use expect_error::ExpectError;
pub use expect_message::ExpectMessage;
pub use expect_status::ExpectStatus;
pub use expect_value::ExpectValue;
pub use returns_logs::ReturnsLogs;
pub use returns_message::ReturnsMessage;
pub use returns_new_bech32_address::ReturnsNewBech32Address;
pub use returns_new_token_identifier::ReturnsNewTokenIdentifier;
Expand Down
24 changes: 0 additions & 24 deletions framework/scenario/src/facade/result_handlers/returns_logs.rs

This file was deleted.

0 comments on commit c409864

Please sign in to comment.