Skip to content

Commit

Permalink
mut counter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Nov 19, 2023
1 parent c65fecf commit 5cb46e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/updater/tests/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fn update_app() {
// wait until the update is finished and the new version has been installed
// before starting another updater test, this is because we use the same starting binary
// and we can't use it while the updater is installing it
let counter = 0;
let mut counter = 0;
loop {
std::thread::sleep(std::time::Duration::from_secs(2));
if let Ok(o) = binary_cmd
Expand Down

0 comments on commit 5cb46e7

Please sign in to comment.