Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Aug 24, 2024
1 parent a13445d commit 5f6a56f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/derive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ mod tests {
test!([0, 1, 2], [u8; 3]);
test!([0, -1, 0, -1, 0, -1, 0], [i8; 7]);
test!([], [u8; 0]);
#[cfg(feature = "uuid")]
test!(
uuid::uuid!("d1660702-561b-48e7-add0-c222143ca13c"),
uuid::Uuid
);
}

#[derive(Encode, Decode)]
Expand Down

0 comments on commit 5f6a56f

Please sign in to comment.