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.
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user