Skip to content

Commit

Permalink
chore: spelling errors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and github-actions[bot] committed Aug 6, 2024
1 parent 2932769 commit 565bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/partial_set_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestMinStake(t *testing.T) {
s.Require().NoError(err)

for i, val := range lastVals {
// check that the intiial state was set correctly
// check that the initial state was set correctly
require.Equal(s.T(), math.NewInt(tc.stakedTokens[i]), val.Tokens)
}

Expand Down

0 comments on commit 565bc25

Please sign in to comment.