Skip to content

Commit e80e08d

Browse files
committed
blockfetcher: make UT work with AIO started
Connection succeeds when AIO is running, some more obscure port is less likely to cause this problem. Signed-off-by: Roman Khimov <roman@nspcc.ru>
1 parent 5c28954 commit e80e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/blockfetcher/blockfetcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestServiceConstructor(t *testing.T) {
8585
InternalService: config.InternalService{
8686
Enabled: true,
8787
},
88-
Addresses: []string{"localhost:8080"},
88+
Addresses: []string{"localhost:1"},
8989
}
9090
service, err := New(ledger, cfg, logger, mockPut.putBlock, shutdownCallback)
9191
require.NoError(t, err)

0 commit comments

Comments
 (0)