fix message #4

Merged
mihaim merged 1 commits from test_fix into master 2022-04-17 08:51:19 +00:00

View File

@ -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")
})
}
}