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

Commit 38575e3

Browse files
committed
Fix error() mock definition
1 parent 95ce5ec commit 38575e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test/mock-firebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace modem {
1010

1111
class MockFirebase : public FirebaseArduino {
1212
public:
13-
MOCK_CONST_METHOD0(error, const FirebaseError&());
13+
MOCK_CONST_METHOD0(error, const String &());
1414
MOCK_CONST_METHOD1(getString, String (const String& path));
1515
MOCK_CONST_METHOD2(pushString, void(const String& path, const String& data));
1616
MOCK_CONST_METHOD1(remove, void(const String& path));

0 commit comments

Comments
 (0)