Commit 6b9c7d2
committed
fix: use SUBMITTED instead of non-existent CREATED in verify test
TRANSACTION_STATUS enum only has SUBMITTED, VERIFIED, REJECTED.
The test was referencing CREATED which caused TS2339 type error in CI.1 parent 9f9f991 commit 6b9c7d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments