Merge pull request 'fix message' (#4) from test_fix into master

Reviewed-on: http://git.tfm.ro/mihaim/elbot/pulls/4
This commit was merged in pull request #4.
This commit is contained in:
2022-04-17 08:51:18 +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")
})
}
}