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

[Self-service error codes] Enabled by default [DPP-691] #11685

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adapt //compiler/damlc/tests:repl-functests again
  • Loading branch information
tudor-da committed Nov 22, 2021
commit 569cd70b8ad44ba701e42bc2f9b6533b0246fd4d
2 changes: 1 addition & 1 deletion compiler/damlc/tests/src/DA/Test/Repl/FuncTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ functionalTests replClient replLogger serviceOut options ideState = describe "re
, testInteraction' "server error"
[ input "alice <- allocatePartyWithHint \"Alice\" (PartyIdHint \"alice_doubly_allocated\")"
, input "alice <- allocatePartyWithHint \"Alice\" (PartyIdHint \"alice_doubly_allocated\")"
, matchOutput "^.*INVALID_ARGUMENT\\(8,0\\): The submitted command has invalid arguments: Party already exists$"
, matchOutput "^.*INVALID_ARGUMENT\\(8,alice_do\\): The submitted command has invalid arguments: Party already exists$"
, input "debug 1"
, matchServiceOutput "^.*: 1"
]
Expand Down