Skip to content

Commit

Permalink
Fix integration test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Oct 6, 2022
1 parent 7e63d1c commit 791afbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/contract-transfer/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ pub mod give_me {

#[cfg(test)]
mod e2e_tests {
use super::*;
type E2EResult<T> = std::result::Result<T, Box<dyn std::error::Error>>;

#[ink_e2e::e2e_test]
Expand Down

0 comments on commit 791afbc

Please sign in to comment.