Skip to content

Commit

Permalink
fixed test case to reflect new url join behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Westhaver committed Jan 31, 2024
1 parent 15a2c67 commit 6a74a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-command/tests/commands/url/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn url_join_with_only_user() {
"#
));

assert_eq!(actual.out, "http:https://localhost");
assert_eq!(actual.out, "http:https://usr@localhost");
}

#[test]
Expand Down

0 comments on commit 6a74a28

Please sign in to comment.