Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Apr 1, 2023
1 parent f96dd6c commit 51dfcb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mod tests {
#[test]
fn should_display_scheduled_items() {
let mut server = mockito::Server::new();
let mock = server
let _mock = server
.mock("POST", "/sync/v9/projects/get_data")
.with_status(200)
.with_header("content-type", "application/json")
Expand Down

0 comments on commit 51dfcb9

Please sign in to comment.