Skip to content

Commit

Permalink
fixup! feat!: implement proper serialization logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 4, 2024
1 parent 3f808cf commit c6e461a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/definitions/serialization_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void main() {
"contentType": "application/json",
},
"additionalResponses": [],
"scopes": ["foo", "bar"],
};

final link = Form.fromJson(formJson, PrefixMapping());
Expand Down

0 comments on commit c6e461a

Please sign in to comment.