Skip to content

Commit

Permalink
Fix expected address properties for [2001:30::] (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored Feb 15, 2024
1 parent 9cce088 commit 4644851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net-ip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ fn ipv6_properties() {
check!(
"2001:30::",
&[0x20, 1, 0, 0x30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
unicast_global
global | unicast_global
);

check!(
Expand Down

0 comments on commit 4644851

Please sign in to comment.