diff options
Diffstat (limited to 'core/channel_test.go')
-rw-r--r-- | core/channel_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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")) } |