File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func (s *TestSuite) TestSlashing_ChangeParams() {
2929 math .LegacyZeroDec (),
3030 math .LegacyOneDec (),
3131 ),
32- expectedError : "downtime sign slash fraction must be zero: 1.000000000000000000" ,
32+ expectedError : "slash fraction downtime must be zero: 1.000000000000000000" ,
3333 },
3434 {
3535 name : "change slashing params - invalid slash fraction downtime" ,
@@ -40,7 +40,7 @@ func (s *TestSuite) TestSlashing_ChangeParams() {
4040 math .LegacyOneDec (),
4141 math .LegacyZeroDec (),
4242 ),
43- expectedError : "double sign slash fraction must be zero: 1.000000000000000000" ,
43+ expectedError : "slash fraction double sign must be zero: 1.000000000000000000" ,
4444 },
4545 {
4646 name : "change slashing params - success" ,
You can’t perform that action at this time.
0 commit comments