Fix unittest path (#5948)

Co-authored-by: Kim Kulling <kim.kulling@draeger.com>
This commit is contained in:
Kim Kulling
2025-01-06 23:03:59 +01:00
committed by GitHub
parent 2f40a77ae1
commit d386309af9
2 changed files with 8 additions and 13 deletions

View File

@@ -229,7 +229,7 @@ TEST_F( utMetadata, copy_test ) {
// bool test
{
bool v;
bool v = true;
EXPECT_TRUE( copy.Get( "bool", v ) );
EXPECT_EQ( bv, v );
}