LSM e2e tests #1816
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
Analyze:
tests/e2e/e2e_exec_test.go#L775
var-naming: method parameter recordId should be recordID (revive)
|
Analyze:
tests/e2e/e2e_ibc_test.go#L31
`(*IntegrationTestSuite).sendIBC` - `valIdx` always receives `0` (unparam)
|
Analyze:
tests/e2e/e2e_lsm_test.go#L206
S1008: should use 'return delegation.Shares.Equal(selfBondedShares.Add(sdk.NewDecFromInt(redeemAmount.Amount)))' instead of 'if !delegation.Shares.Equal(selfBondedShares.Add(sdk.NewDecFromInt(redeemAmount.Amount))) { return false }; return true' (gosimple)
|