12 lines
215 B
Rust
12 lines
215 B
Rust
mod util;
|
|
use util::*;
|
|
|
|
#[test]
|
|
fn uuid08() -> TestResult {
|
|
test_default_generated_schema::<uuid08::Uuid>("uuid")
|
|
}
|
|
|
|
#[test]
|
|
fn uuid1() -> TestResult {
|
|
test_default_generated_schema::<uuid1::Uuid>("uuid")
|
|
}
|