Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyura committed Mar 14, 2024
1 parent 90a9278 commit 4632fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ mod tests {
}

#[test]
fn test_endpoint_has_single_slash() {
fn test_endpoints_handle_trailing_slashes() {
assert_eq!(
Registration::endpoint("https://localhost:4242/api"),
"https://localhost:4242/api/client/register"
Expand Down

0 comments on commit 4632fde

Please sign in to comment.