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.
2 parents a1cddba + 367bae6 commit a467f0cCopy full SHA for a467f0c
UNITTESTS/features/netsocket/nsapi_dns/test_nsapi_dns.cpp
@@ -141,7 +141,7 @@ class NetworkInterfaceMock: public NetworkInterface {
141
public:
142
NetworkStack *get_stack()
143
{
144
- NetworkStackMock::get_instance();
+ return &NetworkStackMock::get_instance();
145
}
146
MOCK_METHOD0(set_default_parameters, void());
147
};
0 commit comments