Skip to content

Commit

Permalink
Update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 9, 2024
1 parent 5da2fef commit efd01e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fn test_tree() -> Result<()> {
Ok(())
}

#[cfg(all(not(target_os = "macos"), feature = "auto_id", not(feature = "no_std")))]
#[cfg(all(feature = "auto_id", not(feature = "no_std")))]
#[test]
fn test_tree_with_auto_id() -> Result<()> {
#[cfg(feature = "serde")]
Expand Down

0 comments on commit efd01e4

Please sign in to comment.