fix up v3 and v5 tests

This commit is contained in:
Ashley Mannix 2022-02-12 17:59:06 +10:00
parent 184ed17c29
commit 0556a3e521
2 changed files with 8 additions and 2 deletions

View File

@ -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)] = &[
(

View File

@ -40,7 +40,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)] = &[
(