Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kruspy committed Jan 23, 2024
1 parent 16ad451 commit 7e6c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/liquidstakeibc/keeper/invariants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func (suite *IntegrationTestSuite) TestCValueLimits() {
k.SetHostChain(ctx, hc)
str, broken = keeper.CValueLimits(k)(ctx)
suite.True(broken)
suite.Equal("liquidstakeibc: cvalue-limits invariant\ncvalue out of bounds: true, values as follows \n chainID: testchain2-1, cValue: 2.000000000000000000 \n \n", str)
suite.Equal("liquidstakeibc: cvalue-limits invariant\ncvalue out of bounds: true, values as follows \n chainID: testchain2-1, cValue: 2.000000000000000000 \n\n \n", str)
}

0 comments on commit 7e6c586

Please sign in to comment.