Skip to content

Commit

Permalink
Improve comment terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
maximopalopoli committed Jan 16, 2025
1 parent 18e1163 commit d675c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/clients/elcontracts/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ func TestGetAllocatableMagnitudeAndGetMaxMagnitudes(t *testing.T) {
require.NoError(t, err)
require.Equal(t, gethtypes.ReceiptStatusSuccessful, receipt.Status)

// Assert that after slashing, Allocatable Magnitude + slash ammount equals Max allocatable magnitude
// Assert that after stake reduction, Allocatable Magnitude + reduction ammount equals Max allocatable magnitude
allocable, err = chainReader.GetAllocatableMagnitude(ctx, testAddr, strategyAddr)
assert.NoError(t, err)

Expand Down

0 comments on commit d675c3f

Please sign in to comment.