Skip to content
Prev Previous commit
Fix integration test compilation
  • Loading branch information
ascjones committed Oct 6, 2022
commit 791afbc4b7d78ff8df1a332bb4767c8a67ee57df
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