Skip to content

Commit

Permalink
VerifyAndClearExpectations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Sep 30, 2024
1 parent ab024f2 commit 4978922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/miral/config_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() <<====");
Expand Down

0 comments on commit 4978922

Please sign in to comment.