File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
stackslib/src/chainstate/stacks/db Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -6876,12 +6876,7 @@ pub mod test {
6876
6876
mode,
6877
6877
origin,
6878
6878
& ft_transfer_2,
6879
- Txid (
6880
- "1232121232121232121232121232121232121232121232121232121232121232"
6881
- . as_bytes ( )
6882
- . try_into ( )
6883
- . unwrap ( ) ,
6884
- ) ,
6879
+ Txid ( [ 0 ; 32 ] ) ,
6885
6880
)
6886
6881
. unwrap ( ) ;
6887
6882
if result != expected_result {
@@ -7235,12 +7230,7 @@ pub mod test {
7235
7230
mode,
7236
7231
origin,
7237
7232
& nft_transfer_2,
7238
- Txid (
7239
- "1232121232121232121232121232121232121232121232121232121232121232"
7240
- . as_bytes ( )
7241
- . try_into ( )
7242
- . unwrap ( ) ,
7243
- ) ,
7233
+ Txid ( [ 0 ; 32 ] ) ,
7244
7234
)
7245
7235
. unwrap ( ) ;
7246
7236
if result != expected_result {
@@ -8058,12 +8048,7 @@ pub mod test {
8058
8048
post_condition_mode,
8059
8049
origin_account,
8060
8050
asset_map,
8061
- Txid (
8062
- "1232121232121232121232121232121232121232121232121232121232121232"
8063
- . as_bytes ( )
8064
- . try_into ( )
8065
- . unwrap ( ) ,
8066
- ) ,
8051
+ Txid ( [ 0 ; 32 ] ) ,
8067
8052
)
8068
8053
. unwrap ( ) ;
8069
8054
if result != expected_result {
You can’t perform that action at this time.
0 commit comments