Write termination message

This commit is contained in:
Arthur Barr
2018-02-22 11:31:42 +00:00
parent d70bbe4dfa
commit c9cc1741c7
8 changed files with 90 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ func TestGetQueueManager(t *testing.T) {
if err != nil {
t.Fatal(err)
}
qm, err := getQueueManagerFromStanza(b)
qm, err := getQueueManagerFromStanza(string(b))
if err != nil {
t.Fatal(err)
}