Skip to content

Commit

Permalink
Correct net functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 4, 2023
1 parent ae9f317 commit 1a2c3fc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn test_ip_to_ipv6_mapped() {
.unwrap()
.unwrap();

assert_eq!(res, T2);
assert_eq!(res, T3);

let res: Option<String> = conn
.exec_first("select ip_to_ipv6_mapped(?)", (T4,))
Expand All @@ -101,7 +101,7 @@ fn test_ip_to_canonical() {
.unwrap()
.unwrap();

assert_eq!(res, T2);
assert_eq!(res, T1);

let res: String = conn
.exec_first("select ip_to_canonical(?)", (T3,))
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1a2c3fc

Please sign in to comment.