mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-29 05:52:43 +00:00
fix up v3 and v5 tests
This commit is contained in:
parent
184ed17c29
commit
0556a3e521
@ -41,7 +41,10 @@ mod tests {
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
use wasm_bindgen_test::*;
|
||||
|
||||
use crate::std::string::ToString;
|
||||
use crate::{
|
||||
Variant, Version,
|
||||
std::string::ToString,
|
||||
};
|
||||
|
||||
static FIXTURE: &'static [(&'static Uuid, &'static str, &'static str)] = &[
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user