Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPius committed Apr 4, 2024
1 parent 4893292 commit 990ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/vswitch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ mod tests {

#[test]
fn vswitch_id_construction() {
assert_eq!(VSwitchId::from(10101u32), 101010u32);
assert_eq!(VSwitchId::from(10101u32), 10101u32);
assert_eq!(
VSwitchId::from(101010u32),
u32::from(VSwitchId::from(10101u32)),
Expand Down

0 comments on commit 990ae79

Please sign in to comment.