Skip to content

Commit

Permalink
fixup! fixup! [graphql] Add support for clever error resolution in gr…
Browse files Browse the repository at this point in the history
…aphql
  • Loading branch information
tzakian committed Apr 30, 2024
1 parent cdb098a commit 79b73f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-graphql-e2e-tests/tests/transactions/errors.exp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Response: {
{
"effects": {
"status": "FAILURE",
"errors": "Move Runtime Abort. Location: 83f3be7571dccac8f0fd562cf4aa66707bafe3996c49b6f659be49a9841653fe::m::boom (function index 1) at offset 1, Abort Code: 42 in 1st command."
"errors": "Error in 1st command, Move Runtime Abort. Location: 83f3be7571dccac8f0fd562cf4aa66707bafe3996c49b6f659be49a9841653fe::m::boom (function index 1) at offset 1, Abort Code: 42"
}
}
]
Expand All @@ -43,7 +43,7 @@ Response: {
{
"effects": {
"status": "FAILURE",
"errors": "Move Runtime Abort. Location: 83f3be7571dccac8f0fd562cf4aa66707bafe3996c49b6f659be49a9841653fe::m::boom (function index 1) at offset 1, Abort Code: 42 in 3rd command."
"errors": "Error in 3rd command, Move Runtime Abort. Location: 83f3be7571dccac8f0fd562cf4aa66707bafe3996c49b6f659be49a9841653fe::m::boom (function index 1) at offset 1, Abort Code: 42"
}
}
]
Expand Down

0 comments on commit 79b73f7

Please sign in to comment.