mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-28 02:14:02 +00:00
forgot to fix these ones too
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -1800,7 +1800,7 @@ fn hostnames_get_default_ports() {
|
||||
assert_eq!(
|
||||
add_port_to_hostname("example.com"),
|
||||
FedDest::Named(String::from("example.com"), String::from(":8448"))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
@@ -1808,6 +1808,6 @@ fn hostnames_keep_custom_ports() {
|
||||
assert_eq!(
|
||||
add_port_to_hostname("example.com:1337"),
|
||||
FedDest::Named(String::from("example.com"), String::from(":1337"))
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user