fix message
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Mihai Moldovanu 2022-04-17 11:48:42 +03:00
parent e252055c52
commit bbf26c3987

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