mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 07:20:40 +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")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
use wasm_bindgen_test::*;
|
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)] = &[
|
static FIXTURE: &'static [(&'static Uuid, &'static str, &'static str)] = &[
|
||||||
(
|
(
|
||||||
|
@ -40,7 +40,10 @@ mod tests {
|
|||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
use wasm_bindgen_test::*;
|
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)] = &[
|
static FIXTURE: &'static [(&'static Uuid, &'static str, &'static str)] = &[
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user