Commit c790344
committed
fix: sui integration test
SuiTransaction.Digest was renamed to TxDigest in commit 518d13e (PR #4850). The live integration test was not updated.
Fixed the test by:
- Using tx.TxDigest.
- Retaining the nil check.
- Adding an equality assertion against the requested digest.1 parent 1bcfc75 commit c790344
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments