forked from TrueCloudLab/neoneo-go
commit
868835fb2a
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")
|
rss, err := c.NNSGetAllRecords(nsHash, "neo.com")
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.Equal(t, []nns.RecordState{
|
require.Equal(t, []nns.RecordState{
|
||||||
nns.RecordState{
|
{
|
||||||
Name: "neo.com",
|
Name: "neo.com",
|
||||||
Type: nns.A,
|
Type: nns.A,
|
||||||
Data: "1.2.3.4",
|
Data: "1.2.3.4",
|
||||||
|
|
Loading…
Reference in a new issue