Skip to content

Commit 97204c3

Browse files
wu-huia-maurice
authored andcommitted
Move all integration tests to separate tests folder.
PiperOrigin-RevId: 293402855
1 parent 2820ea0 commit 97204c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firestore/src/common/event_accumulator.h renamed to firestore/src/tests/util/event_accumulator.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_COMMON_EVENT_ACCUMULATOR_H_
2-
#define FIREBASE_FIRESTORE_CLIENT_CPP_SRC_COMMON_EVENT_ACCUMULATOR_H_
1+
#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_UTIL_EVENT_ACCUMULATOR_H_
2+
#define FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_UTIL_EVENT_ACCUMULATOR_H_
33

4-
#include "firestore/src/common/firestore_integration_test.h"
4+
#include "firestore/src/tests/firestore_integration_test.h"
55

66
namespace firebase {
77
namespace firestore {
@@ -86,4 +86,4 @@ class EventAccumulator {
8686

8787
} // namespace firestore
8888
} // namespace firebase
89-
#endif // FIREBASE_FIRESTORE_CLIENT_CPP_SRC_COMMON_EVENT_ACCUMULATOR_H_
89+
#endif // FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_UTIL_EVENT_ACCUMULATOR_H_

0 commit comments

Comments
 (0)