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

fix: Correct default value for JsonString #4692

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

Erigara
Copy link
Contributor

@Erigara Erigara commented Jun 5, 2024

Description

Set "null" as default value for JsonString instead of "" which is not valid json.

Linked issue

Closes #4686

How to test

cargo test --package iroha_core --lib -- snapshot::tests --show-output 

@Erigara Erigara added the Bug Something isn't working label Jun 5, 2024
@Erigara Erigara self-assigned this Jun 5, 2024
@nxsaken nxsaken force-pushed the fix_json_string_default branch from 7a0c14a to 0af5d4d Compare June 6, 2024 05:31
@nxsaken nxsaken merged commit 7c7edf6 into hyperledger-iroha:main Jun 6, 2024
9 of 11 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Snapshot tests failures
4 participants