From 1fbd2a1dbb09b75afbb1435be46670ee61942bcf Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 9 Oct 2023 18:07:54 -0400 Subject: small changes --- pkg/ipstack/ipstack_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/ipstack/ipstack_test.go') diff --git a/pkg/ipstack/ipstack_test.go b/pkg/ipstack/ipstack_test.go index c6103ee..941c4e9 100644 --- a/pkg/ipstack/ipstack_test.go +++ b/pkg/ipstack/ipstack_test.go @@ -185,7 +185,7 @@ func TestSendIPToNeighbor(t *testing.T) { // send a message to the neighbor fmt.Printf("sending message to neighbor\t%t\n", sent) - err = SendIP(*iface, *testNeighbor, 0, []byte("hello")) + err = SendIP(*iface, *testNeighbor, 0, []byte("You are my firest neighbor!")) if err != nil { t.Error(err) } -- cgit v1.2.3-70-g09d2