File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1449,6 +1449,8 @@ mod test {
1449
1449
use super :: { StacksMessageCodecExtensions , * } ;
1450
1450
1451
1451
#[ test]
1452
+ #[ should_panic]
1453
+ // V1 signer slots do not have enough slots in Epoch 2.5. Something will need to be updated!
1452
1454
fn signer_slots_count_is_sane ( ) {
1453
1455
let slot_identifiers_len = MessageSlotID :: ALL . len ( ) ;
1454
1456
assert ! (
Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ mod tests {
1090
1090
let principal_data = StacksAddress :: from_string ( signer) . unwrap ( ) . into ( ) ;
1091
1091
1092
1092
let data_map = [
1093
- ( "num-slots" . into ( ) , ClarityValue :: UInt ( 14 ) ) ,
1093
+ ( "num-slots" . into ( ) , ClarityValue :: UInt ( 13 ) ) ,
1094
1094
(
1095
1095
"signer" . into ( ) ,
1096
1096
ClarityValue :: Principal ( PrincipalData :: Standard ( principal_data) ) ,
You can’t perform that action at this time.
0 commit comments