Skip to content

Commit

Permalink
only test now when std is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Oct 5, 2022
1 parent 29cbcea commit 17837cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ mod tests {

#[test]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
#[cfg(feature = "std")]
fn test_now_v7() {
let uuid = Uuid::now_v7();

Expand Down

0 comments on commit 17837cc

Please sign in to comment.