Skip to content

Commit

Permalink
blockfetcher: make UT work with AIO started
Browse files Browse the repository at this point in the history
Connection succeeds when AIO is running, some more obscure port is less likely
to cause this problem.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Dec 22, 2024
1 parent 5c28954 commit e80e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/blockfetcher/blockfetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestServiceConstructor(t *testing.T) {
InternalService: config.InternalService{
Enabled: true,
},
Addresses: []string{"localhost:8080"},
Addresses: []string{"localhost:1"},
}
service, err := New(ledger, cfg, logger, mockPut.putBlock, shutdownCallback)
require.NoError(t, err)
Expand Down

0 comments on commit e80e08d

Please sign in to comment.