Skip to content

Commit d594ef9

Browse files
committed
Neaten
1 parent b29949e commit d594ef9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

programs/escrow/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ pub mod handlers;
1111
pub mod state;
1212

1313

14-
#[cfg(test)]
15-
mod escrow_test_helpers;
16-
1714
declare_id!("8jR5GeNzeweq35Uo84kGP3v1NcBaZWH5u62k7PxN4T2y");
1815

1916
#[program]
@@ -38,5 +35,7 @@ pub mod escrow {
3835
}
3936
}
4037

38+
#[cfg(test)]
39+
mod escrow_test_helpers;
4140
#[cfg(test)]
4241
mod tests;

0 commit comments

Comments
 (0)