We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f452f commit 1e97c3cCopy full SHA for 1e97c3c
eval/eval/create_struct_step_test.cc
@@ -160,7 +160,7 @@ void RunExpressionAndGetMessage(
160
161
ASSERT_EQ(msg->GetDescriptor()->full_name(),
162
"google.api.expr.runtime.TestMessage");
163
- test_msg->MergePartialFromCord(msg->SerializePartialAsCord());
+ test_msg->MergePartialFromString(msg->SerializePartialAsCord());
164
}
165
166
void RunExpressionAndGetMessage(
@@ -182,7 +182,7 @@ void RunExpressionAndGetMessage(
182
183
184
185
186
187
188
class CreateCreateStructStepTest
0 commit comments