*: gofmt -s
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
63e00ac128
commit
8a3e05096b
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ func TestClient_NNS(t *testing.T) {
|
|||
rss, err := c.NNSGetAllRecords(nsHash, "neo.com")
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, []nns.RecordState{
|
||||
nns.RecordState{
|
||||
{
|
||||
Name: "neo.com",
|
||||
Type: nns.A,
|
||||
Data: "1.2.3.4",
|
||||
|
|
Loading…
Reference in a new issue