Skip to content

Commit

Permalink
Update chainio/clients/avsregistry/writer_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
  • Loading branch information
maximopalopoli and MegaRedHand authored Feb 7, 2025
1 parent 2084568 commit 9cee466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/clients/avsregistry/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func TestSetAccountIdentifier(t *testing.T) {
require.NoError(t, err)
require.Equal(t, receipt.Status, gethtypes.ReceiptStatusSuccessful)

// After change, accountIdentifier is the setted value
// After change, accountIdentifier is the value set
newAccountIdentifier, err := registryCoordinatorContract.AccountIdentifier(&bind.CallOpts{})
require.NoError(t, err)
assert.Equal(t, newAccountIdentifier.String(), testutils.ANVIL_SECOND_ADDRESS)
Expand Down

0 comments on commit 9cee466

Please sign in to comment.