fix a test with wrong comment

This commit is contained in:
u2takey 2020-07-01 00:01:39 +08:00 committed by wanglei.w
parent 67bd8a2bf0
commit 04872e1d7f

View File

@ -1832,10 +1832,11 @@ TEST(CalculatorGraph, StatusHandlerInputVerification) {
// The problematic input side packet.
testing::HasSubstr("generated_by_generator"),
// Actual type.
testing::HasSubstr("string"),
// Expected type.
testing::HasSubstr(
MediaPipeTypeStringOrDemangled<uint32>())));
MediaPipeTypeStringOrDemangled<uint32>()),
// Expected type.
testing::HasSubstr("string")
));
}
TEST(CalculatorGraph, GenerateInInitialize) {