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

Reviewed-on: http://git.tfm.ro/mihaim/elbot/pulls/4
This commit is contained in:
Mihai Moldovanu 2022-04-17 08:51:18 +00:00
commit d2a2a0becd

View File

@ -44,7 +44,7 @@ func TestSendLogin(t *testing.T) {
} }
// test content of the packet // 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")
}) })
} }
} }