firebase-cpp-sdk icon indicating copy to clipboard operation
firebase-cpp-sdk copied to clipboard

firestore_test.cc: add assertions for snapshots existing

Open dconeybe opened this issue 3 years ago • 1 comments

This additional assertions will help debug future test failures. Also, some EXPECT_EQ were changed to ASSERT_EQ if they were checking the length of a result size, so that if the size is too small then it will avoid dereferencing non-existing elements from the result set.

dconeybe avatar Aug 09 '22 16:08 dconeybe

✅  Integration test succeeded!

Requested by @dconeybe on commit f884cdb3f6d6ff6f21be37ea171290a9e826c98a Last updated: Thu Aug 11 10:54 PDT 2022 View integration test log & download artifacts

github-actions[bot] avatar Aug 09 '22 17:08 github-actions[bot]