mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-07 05:33:51 +00:00
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>
This commit is contained in:
parent
4d45be8434
commit
38b9b13098
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue