Skip to content
Prev Previous commit
Next Next commit
got my lt crossed with my gt
  • Loading branch information
DellaBitta committed Sep 2, 2020
commit 6db354b04355d491d578ceca8e3e9efcc75ea87d
2 changes: 1 addition & 1 deletion storage/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ TEST_F(FirebaseStorageTest, TestLargeFilePauseResumeAndDownloadCancel) {
ASSERT_TRUE(controller.is_valid());

// Wait for the transfer to commence.
while(controller.bytes_transferred() >= 0) {
while(controller.bytes_transferred() <= 0) {
ProcessEvents(1);
}

Expand Down