Skip to content

Commit

Permalink
Merge pull request #23 from pluots/ip-functions
Browse files Browse the repository at this point in the history
Correct net functions
  • Loading branch information
tgross35 authored Oct 4, 2023
2 parents ae9f317 + 1a2c3fc commit e38d476
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 e38d476

Please sign in to comment.