neo-go/pkg/core/interop/storage
Roman Khimov 433275265f *: use require.ErrorIs instead of require.True(t, error.Is())
This is just a much better way to do the same thing. Inspired by
nspcc-dev/neofs-sdk-go#407.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-05-04 17:03:47 +03:00
..
basic.go core: extend error text for storage context in dynamic script 2022-11-28 17:17:36 +03:00
bench_test.go core: move storage-related interop code into the storage package 2022-06-08 22:26:24 +03:00
find.go core: add Backwards option for storage iterators 2023-04-12 16:45:38 +03:00
interops_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
storage_test.go *: use require.ErrorIs instead of require.True(t, error.Is()) 2023-05-04 17:03:47 +03:00