Skip to content

Commit

Permalink
update cuzz, fix some cuzz.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 17, 2024
1 parent 9913121 commit 3f1de88
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expectedErrors": [
"Method: executeCallRaw \\(update\\)[\\s\\S]*Uncaught: Candid parser error: Unrecognized token",
"Method: executeCallRaw \\(update\\)[\\s\\S]*Uncaught: Candid parser error: Unrecognized EOF found at",
"Method: executeCallRaw \\(update\\)[\\s\\S]*Uncaught: Candid parser error: Unknown token"
"Method: executeCallRaw \\(update\\)[\\s\\S]*Uncaught: Candid parser error: Unknown token",
"Method: executeCallRaw \\(update\\)[\\s\\S]*Uncaught: Candid parser error: Unclosed string at"
]
}
4 changes: 2 additions & 2 deletions examples/stable/test/end_to_end/candid_rpc/ic_api/cuzz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expectedErrors": [
"Canister violated contract: ic0_certified_data_set failed because the passed data must be no larger than 32 bytes",
"Method: reject (query)",
"Method: trap (query)"
"Method: reject \\(query\\)",
"Method: trap \\(query\\)"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expectedErrors": [
"Method \\\"alsoInaccessible\\\" not allowed",
"Method: inaccessible (update)"
"Method: inaccessible \\(update\\)"
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"expectedErrors": ["Method: reject (query)", "Method: error (query)"]
"expectedErrors": [
"Method: reject \\(query\\)",
"Method: error \\(query\\)"
]
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
"cuzz": "github:demergent-labs/cuzz#e2179c4dae394bd6aa1af477c5147091bc1a4ce0",
"cuzz": "github:demergent-labs/cuzz#8f07ef174570bbb142e84516c55ec598a09c625c",
"deep-is": "^0.1.4",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down

0 comments on commit 3f1de88

Please sign in to comment.