Skip to content

Commit

Permalink
Merge branch 'move-tests' of https://github.com/hackclub/burrow into …
Browse files Browse the repository at this point in the history
…move-tests
  • Loading branch information
sampoder committed Jun 29, 2023
2 parents 5583d74 + 94df873 commit ef6b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tun/tests/configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn test_set_get_ipv6() {
let addr = Ipv6Addr::new(1, 1, 1, 1, 1, 1, 1, 1);
tun.set_ipv6_addr(addr)?;

// let result = tun.ipv6_addr()?; HIIIIIIII
// let result = tun.ipv6_addr()?;
// assert_eq!(addr, result);
}

Expand Down

0 comments on commit ef6b4c2

Please sign in to comment.