fix calls to ControlProtocol::activate() in test code

This commit is contained in:
Paul Davis
2026-05-29 16:34:36 -06:00
parent 43ddf18036
commit d697a107be
+2 -2
View File
@@ -58,8 +58,8 @@ ControlSurfacesTest::instantiateAndTeardownTest ()
m.deactivate (*i);
}
m.activate (*i);
m.activate (*i); // should be a NO-OP, prints a warning
m.activate (*i, {});
m.activate (*i, {}); // should be a NO-OP, prints a warning
m.deactivate (*i);
m.deactivate (*i); // should be a NO-OP