diff --git a/contracts/escrow/src/lib.rs b/contracts/escrow/src/lib.rs index 46147c2..f8c4df2 100644 --- a/contracts/escrow/src/lib.rs +++ b/contracts/escrow/src/lib.rs @@ -2497,6 +2497,3 @@ impl EscrowContract { }) } } - -#[cfg(test)] -mod tests;