firebase-cpp-sdk
firebase-cpp-sdk copied to clipboard
firestore_test.cc: add assertions for snapshots existing
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.
✅ Integration test succeeded!
Requested by @dconeybe on commit f884cdb3f6d6ff6f21be37ea171290a9e826c98a Last updated: Thu Aug 11 10:54 PDT 2022 View integration test log & download artifacts