fix a test with wrong comment
This commit is contained in:
parent
67bd8a2bf0
commit
04872e1d7f
|
@ -1832,10 +1832,11 @@ TEST(CalculatorGraph, StatusHandlerInputVerification) {
|
||||||
// The problematic input side packet.
|
// The problematic input side packet.
|
||||||
testing::HasSubstr("generated_by_generator"),
|
testing::HasSubstr("generated_by_generator"),
|
||||||
// Actual type.
|
// Actual type.
|
||||||
testing::HasSubstr("string"),
|
|
||||||
// Expected type.
|
|
||||||
testing::HasSubstr(
|
testing::HasSubstr(
|
||||||
MediaPipeTypeStringOrDemangled<uint32>())));
|
MediaPipeTypeStringOrDemangled<uint32>()),
|
||||||
|
// Expected type.
|
||||||
|
testing::HasSubstr("string")
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(CalculatorGraph, GenerateInInitialize) {
|
TEST(CalculatorGraph, GenerateInInitialize) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user