Skip to content

Commit

Permalink
fix up v3 and v5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Feb 12, 2022
1 parent 184ed17 commit 0556a3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)] = &[
(
Expand Down
5 changes: 4 additions & 1 deletion src/v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)] = &[
(
Expand Down

0 comments on commit 0556a3e

Please sign in to comment.