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 eb4f1f1 commit 2976510Copy full SHA for 2976510
Tests/L1Tests/tests/test_AVInput.cpp
@@ -43,6 +43,7 @@ class AVInputTest : public ::testing::Test {
43
Core::ProxyType<Plugin::AVInput> plugin;
44
Core::ProxyType<Plugin::AVInputImplementation> AVInputImpl;
45
46
+ NiceMock<ServiceMock> service;
47
NiceMock<COMLinkMock> comLinkMock;
48
49
Core::JSONRPC::Handler& handler;
0 commit comments