mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-04 19:19:44 +00:00
blockfetcher: fix invalid wallet
test
Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
c321eed8ee
commit
9fa07d8d6d
1 changed files with 1 additions and 0 deletions
|
@ -94,5 +94,6 @@ func TestServiceConstructor(t *testing.T) {
|
|||
}
|
||||
_, err := New(ledger, cfg, logger, mockPut.putBlock, shutdownCallback)
|
||||
require.Error(t, err)
|
||||
require.Contains(t, err.Error(), "open wallet: open invalid/path/to/wallet.json:")
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue