Skip to content

Commit

Permalink
Remove unused test module
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Aug 22, 2024
1 parent 1e6a457 commit b0b6ce7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions operator/mina_account/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,3 @@ fn parse_proof(proof_bytes: &[u8]) -> Result<Vec<MerklePath>, String> {
})
.collect()
}

#[cfg(test)]
mod test {}

0 comments on commit b0b6ce7

Please sign in to comment.