forgot to fix these ones too
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3bc2af7d26
commit
7fbbdf83ab
3 changed files with 6 additions and 6 deletions
|
@ -1800,7 +1800,7 @@ mod tests {
|
|||
assert_eq!(
|
||||
add_port_to_hostname("example.com"),
|
||||
FedDest::Named(String::from("example.com"), String::from(":8448"))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
@ -1808,6 +1808,6 @@ mod tests {
|
|||
assert_eq!(
|
||||
add_port_to_hostname("example.com:1337"),
|
||||
FedDest::Named(String::from("example.com"), String::from(":1337"))
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue