| Index: pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| diff --git a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| index 2d368628522e0b9f6820d591b99d058acb439f67..085459c28b1be09cb55537830400464edec74b42 100644
|
| --- a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| +++ b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| @@ -44,7 +44,7 @@ class YouveGotMessages {
|
| female: '$name went to her $place',
|
| other: '$name went to its $place')
|
| }",
|
| - name: "whereTheyWent",
|
| + name: "whereTheyWentMessage",
|
| args: [name, gender, place],
|
| desc: 'A person went to some place that they own, e.g. their room'
|
| );
|
|
|