mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-05 00:40:49 -04:00
Ignore Uninteresting test warnings during test teardown (#26161)
This commit is contained in:
@@ -65,7 +65,7 @@ TestFixture::TestFixture() {
|
||||
|
||||
TestFixture::~TestFixture() {
|
||||
test_logger.info() << "test fixture clean-up start." << std::endl;
|
||||
TestDriver driver;
|
||||
::testing::NiceMock<TestDriver> driver;
|
||||
|
||||
/* Reset keyboard state. */
|
||||
clear_all_keys();
|
||||
|
||||
Reference in New Issue
Block a user