File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
stackslib/src/chainstate/stacks/boot Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -2523,8 +2523,7 @@ fn test_vote_withdrawal() {
2523
2523
"vote-proposal" ,
2524
2524
& symbols_from_values ( vec ! [ Value :: UInt ( 0 ) , Value :: UInt ( 10 ) ] ) ,
2525
2525
)
2526
- . unwrap ( )
2527
- . 0 ;
2526
+ . unwrap ( ) ;
2528
2527
2529
2528
// Assert that the number of votes is correct
2530
2529
assert_eq ! (
@@ -2550,8 +2549,7 @@ fn test_vote_withdrawal() {
2550
2549
"vote-proposal" ,
2551
2550
& symbols_from_values ( vec ! [ Value :: UInt ( 0 ) , Value :: UInt ( 5 ) ] ) ,
2552
2551
)
2553
- . unwrap ( )
2554
- . 0 ;
2552
+ . unwrap ( ) ;
2555
2553
2556
2554
// Assert that the number of votes is correct
2557
2555
assert_eq ! (
@@ -2752,8 +2750,7 @@ fn test_vote_fail() {
2752
2750
"vote-proposal" ,
2753
2751
& symbols_from_values ( vec ! [ Value :: UInt ( 0 ) , Value :: UInt ( USTX_PER_HOLDER ) ] ) ,
2754
2752
)
2755
- . unwrap ( )
2756
- . 0 ;
2753
+ . unwrap ( ) ;
2757
2754
}
2758
2755
2759
2756
// Assert confirmation returns true
@@ -2952,8 +2949,7 @@ fn test_vote_confirm() {
2952
2949
"vote-proposal" ,
2953
2950
& symbols_from_values ( vec ! [ Value :: UInt ( 0 ) , Value :: UInt ( USTX_PER_HOLDER ) ] ) ,
2954
2951
)
2955
- . unwrap ( )
2956
- . 0 ;
2952
+ . unwrap ( ) ;
2957
2953
}
2958
2954
2959
2955
// Assert confirmation returns true
@@ -3091,8 +3087,7 @@ fn test_vote_too_many_confirms() {
3091
3087
"withdraw-votes" ,
3092
3088
& symbols_from_values ( vec ! [ Value :: UInt ( i) , Value :: UInt ( USTX_PER_HOLDER ) ] ) ,
3093
3089
)
3094
- . unwrap ( )
3095
- . 0 ;
3090
+ . unwrap ( ) ;
3096
3091
}
3097
3092
}
3098
3093
} ) ;
You can’t perform that action at this time.
0 commit comments