Skip to content

Commit 892ad25

Browse files
committed
feat(contract): enforce parameter order and add tests
1 parent b540e70 commit 892ad25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/anodized-core/src

crates/anodized-core/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub fn instrument_function_body(contract: &Contract, func: &ItemFn) -> Result<Bl
254254
}
255255

256256
#[cfg(test)]
257-
mod test_util;
257+
mod test;
258258

259259
#[cfg(test)]
260-
mod test;
260+
mod test_util;

0 commit comments

Comments
 (0)