Skip to content

Commit

Permalink
fix windows warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams committed May 20, 2024
1 parent b97054b commit 7b4b429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/object-store/sync/session/progress_notifications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ TEST_CASE("progress notification", "[sync][session][progress]") {
current_transferred = 150;
current_transferrable = 1228;
current_estimate = current_transferred / double(current_transferrable);
progress.update(current_transferred, current_transferrable, 199, 591, 1.0, current_estimate,
progress.update(current_transferred, current_transferrable, 199, 591, 1, current_estimate,
199 / double(591), 0);
CHECK(!callback_was_called);
}
Expand Down

0 comments on commit 7b4b429

Please sign in to comment.