Skip to content

Commit 3c69407

Browse files
committed
fix: slashing integration tests
1 parent 0df474e commit 3c69407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/slashing_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)