This commit is contained in:
0xdcarns
2022-04-25 16:43:54 -04:00
parent 612637aee2
commit 15c44dddad

View File

@@ -300,7 +300,7 @@ func TestIpv6Network(t *testing.T) {
nodeErr := logic.CreateNode(&node1)
t.Run("Test node on network IPv6", func(t *testing.T) {
assert.Nil(t, nodeErr)
assert.Equal(t, node1.Address6, "fde6:be04:fa5e:d076::")
assert.Equal(t, node1.Address6, "fde6:be04:fa5e:d076::1")
})
}