From 4978922fd5b772a770630a9acb979d1560f38041 Mon Sep 17 00:00:00 2001 From: Alan Griffiths Date: Mon, 30 Sep 2024 16:45:28 +0100 Subject: [PATCH] VerifyAndClearExpectations --- tests/miral/config_file.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/miral/config_file.cpp b/tests/miral/config_file.cpp index d86e2682ae..977411e5d1 100644 --- a/tests/miral/config_file.cpp +++ b/tests/miral/config_file.cpp @@ -100,6 +100,8 @@ struct TestConfigFile : PendingLoad, miral::TestServer void TearDown() override { + puts("====>> Before testing::Mock::VerifyAndClearExpectations() <<===="); + testing::Mock::VerifyAndClearExpectations(this); puts("====>> Before miral::TestServer::TearDown() <<===="); miral::TestServer::TearDown(); puts("====>> After miral::TestServer::TearDown() <<====");