From bbf26c3987ca367b7be1148e1ceb38842aadee16 Mon Sep 17 00:00:00 2001 From: Mihai Moldovanu Date: Sun, 17 Apr 2022 11:48:42 +0300 Subject: [PATCH] fix message --- sending_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sending_test.go b/sending_test.go index a734ad7..4113913 100644 --- a/sending_test.go +++ b/sending_test.go @@ -44,7 +44,7 @@ func TestSendLogin(t *testing.T) { } // test content of the packet - assert.Equal(t, reply, tt.resultBuffer, "Login buffers not the same") + assert.Equal(t, reply, tt.resultBuffer, "Login buffers not the same. Check encoding") }) } } -- 2.47.2