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

In the bool case we can just put the expected and actual values inside the string #159

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

miniBill
Copy link
Collaborator

@miniBill miniBill commented Nov 5, 2024

If we don't get the expected value for a Bool there... is only one possibility :D

This comment was marked as outdated.

Copy link

github-actions bot commented Nov 5, 2024

diff -w -d -r main/generated/Trustmark/TradeCheck/Json.elm branch/generated/Trustmark/TradeCheck/Json.elm
83,90c83
<                                 ("Unexpected value: expected true got "
<                                     ++ (if andThenUnpack then
<                                             "true"
< 
<                                         else
<                                             "false"
<                                        )
<                                 )
---
>                                 "Unexpected value: expected true got false"
187,194c180
<                                 ("Unexpected value: expected false got "
<                                     ++ (if andThenUnpack then
<                                             "true"
< 
<                                         else
<                                             "false"
<                                        )
<                                 )
---
>                                 "Unexpected value: expected false got true"

@wolfadex wolfadex merged commit a04b974 into main Nov 5, 2024
2 checks passed
@wolfadex wolfadex deleted the const-bool-tweak branch November 5, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants