Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screens serialization not symmetric #22 #30

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Screens serialization not symmetric #22 #30

merged 2 commits into from
Sep 26, 2024

Conversation

ClaireGuerreGiordano
Copy link
Collaborator

No description provided.

@ClaireGuerreGiordano ClaireGuerreGiordano requested a review from a team as a code owner September 25, 2024 13:14
@ClaireGuerreGiordano ClaireGuerreGiordano linked an issue Sep 25, 2024 that may be closed by this pull request
@ClaireGuerreGiordano ClaireGuerreGiordano added bug Something isn't working documentation Improvements or additions to documentation labels Sep 25, 2024
@@ -38,3 +39,14 @@ def test_23_unset_attributes_must_not_be_serialized_as_set() -> None:
abi_item_json_str_deserialized = json_file_from_model(AbiJsonSchemaItem, abi_item)
print_diff(abi_item_json_str, abi_item_json_str_deserialized)
assert abi_item_json_str == abi_item_json_str_deserialized


display_json_str = '{"formats":{"Permit":{"screens":{"stax":[{"type":"propertyPage","label":"DAI Permit","content":["spender","value","deadline"]}]}}}}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be a local variable in your test function

@jnicoulaud-ledger jnicoulaud-ledger merged commit 7e43103 into main Sep 26, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Screens serialization not symmetric
2 participants