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 bd0e2c7 commit 8948579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/core/definitions/serialization_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ void main() {
final pskSecuritySchemeJson = {
"scheme": "psk",
"identity": "foobar",
"proxy": "https://example.org",
"description": "Hi. This is a test",
"description2": {
"en": "Hi. This is a test",
},
"@type": ["bar", "baz"],
};

final parsedFields = {"scheme"};
Expand Down

0 comments on commit 8948579

Please sign in to comment.