Procházet zdrojové kódy

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot před 4 měsíci
rodič
revize
dfac70624f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/test_common/test_fixture.cpp

+ 1 - 1
tests/test_common/test_fixture.cpp

@@ -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();