Skip to content

Commit

Permalink
chore: fix typo in sequencers_test.go (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedyshkaPexto authored Feb 4, 2025
1 parent ea69ac5 commit 30ba159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/sequencers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestHandleSequencerSetUpdate(t *testing.T) {

for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
// Create a manger
// Create a manager
manager, err := testutil.GetManager(testutil.GetManagerConfig(), nil, 1, 1, 0, nil, nil)
require.NoError(t, err)
require.NotNil(t, manager)
Expand Down

0 comments on commit 30ba159

Please sign in to comment.