Commit a115d53
committed
fix(docs): pass missing arg to log_all_levels in logging_example_test
The contract declares `fn log_all_levels(value: Field)` but the test
called it with no args, causing nargo to abort. This blocks the entire
docs/examples workspace from running TXE tests via `aztec test`.
Caught while adding the counter_contract_test package: scoping `aztec
test` to `--package counter_contract_test` still compiles the whole
workspace and trips on this. One-character fix.1 parent 93dd866 commit a115d53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments