Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit b81f286

Browse files
committed
Add mock response
1 parent 37e0c43 commit b81f286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test/mock-firebase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class MockFirebase : public Firebase {
1616
class MockFirebaseRequest : public FirebaseRequest {
1717
public:
1818
MOCK_CONST_METHOD0(name, const std::string&());
19+
MOCK_CONST_METHOD0(reponse, const std::string&());
1920
MOCK_CONST_METHOD0(error, const FirebaseError&());
2021
};
2122

0 commit comments

Comments
 (0)