Fix unittest path (#5948)
Co-authored-by: Kim Kulling <kim.kulling@draeger.com>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user