Skip to content

Commit

Permalink
deleted undeeded mut
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Aug 20, 2023
1 parent 4578d42 commit c5826ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/figshare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ mod tests {
});

// Define a sample title for the article
let mut api = FigShareAPI::new("Test Article", Some(server.url(""))).unwrap();
let api = FigShareAPI::new("Test Article", Some(server.url(""))).unwrap();

info!("auth_keys: {:?}", api.token);
// Call the create_article method
Expand Down

0 comments on commit c5826ad

Please sign in to comment.