Commit 47fb24f
committed
fix: update error handling test to expect correct error code
The test was expecting 0x6984 (INVALID_DATA) but invalid CLA (0xFF) actually
triggers 0x6E00 (CLA_NOT_SUPPORTED) which is the correct behavior.1 parent ae2eaa9 commit 47fb24f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments