Skip to content

Commit

Permalink
Correct recursive messaging in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dustyholmes-wf authored and davidmorgan committed Aug 16, 2023
1 parent 1160fd9 commit e07a10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions end_to_end_test/test/values_serializer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ void main() {
() => serializers.deserialize(incorrectSerialized),
throwsA(isErrorContaining(
'Deserializing to '
"'unspecified' failed due to: Deserializing json content to "
"'ValidatedValue' failed due to: Deserializing json content to 'int' "
"'unspecified' failed due to: Deserializing to "
"'ValidatedValue' failed due to: Deserializing to 'int' "
"failed due to: type 'String' is not a subtype of type "
"'int' in type cast")));
});
Expand Down

0 comments on commit e07a10e

Please sign in to comment.