Skip to content

Commit

Permalink
ci: Fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jul 9, 2024
1 parent dd16e17 commit 26c9746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mod tests {

let agent = GitBackupAgent {
target: Arc::new(temp_dir.path().to_path_buf()),
cancel: AtomicBool::new(false),
cancel: Arc::new(AtomicBool::new(false)),
};

let repo = GitHubRepo {
Expand Down

0 comments on commit 26c9746

Please sign in to comment.