X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fchannel_test.go;h=6775519e9c30130edc4045cd8cdc3d2e7015abcd;hb=280b1c6c83b676ef4e592f4ecf60cb5b54b6a753;hp=b8d07b549ce3f9716c247468c73d6c207b9e7bb3;hpb=f049390060630c0085fe4ad683c83a4a14a47ffb;p=govpp.git diff --git a/core/channel_test.go b/core/channel_test.go index b8d07b5..6775519 100644 --- a/core/channel_test.go +++ b/core/channel_test.go @@ -466,5 +466,5 @@ func TestInvalidMessageID(t *testing.T) { // second should fail with error invalid message ID err = ctx.ch.SendRequest(&ControlPing{}).ReceiveReply(&ControlPingReply{}) Expect(err).Should(HaveOccurred()) - Expect(err.Error()).To(ContainSubstring("invalid message ID")) + Expect(err.Error()).To(ContainSubstring("unexpected message")) }