Skip to content

Commit

Permalink
Add missing test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod Shneor committed Jul 3, 2024
1 parent 9bf24d5 commit 4097095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@ impl TryFrom<&[u8]> for Value {
}
}

#[cfg(test)]
mod tests {
use crate::error::Error;

#[test]
fn node_to_page_works_for_leaf_node() -> Result<(), Error> {
use crate::node::Node;
Expand Down

0 comments on commit 4097095

Please sign in to comment.