We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ce5ec commit 38575e3Copy full SHA for 38575e3
contrib/test/mock-firebase.h
@@ -10,7 +10,7 @@ namespace modem {
10
11
class MockFirebase : public FirebaseArduino {
12
public:
13
- MOCK_CONST_METHOD0(error, const FirebaseError&());
+ MOCK_CONST_METHOD0(error, const String &());
14
MOCK_CONST_METHOD1(getString, String (const String& path));
15
MOCK_CONST_METHOD2(pushString, void(const String& path, const String& data));
16
MOCK_CONST_METHOD1(remove, void(const String& path));
0 commit comments