Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilchainani committed Dec 16, 2024
1 parent ed2bab7 commit f36a558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestRenounceTimelockDeployer(t *testing.T) {
require.NoError(t, err)
require.Equal(t, int64(1), r.Int64())

// Retrive the admin address
// Retrieve the admin address
admin, err := tl.GetRoleMember(&bind.CallOpts{}, adminRole, big.NewInt(0))
require.NoError(t, err)

Expand Down

0 comments on commit f36a558

Please sign in to comment.