mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 17:29:15 +08:00
test fix
This commit is contained in:
@@ -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")
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user