From 6a594b460fba72b7a5fd060d54e75ebf87763743 Mon Sep 17 00:00:00 2001 From: rh362j Date: Wed, 4 Sep 2019 18:38:07 +0300 Subject: [PATCH] fixed TestPrepareX2ResetPDUsFailure Change-Id: I13eb6dbcb94a4294b6dc57256af25d4ae9ea6010 Signed-off-by: rh362j --- E2Manager/e2pdus/x2_reset_known_causes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E2Manager/e2pdus/x2_reset_known_causes_test.go b/E2Manager/e2pdus/x2_reset_known_causes_test.go index 449cbbf..0974e6f 100644 --- a/E2Manager/e2pdus/x2_reset_known_causes_test.go +++ b/E2Manager/e2pdus/x2_reset_known_causes_test.go @@ -95,7 +95,7 @@ func TestPrepareX2ResetPDUsFailure(t *testing.T) { t.Errorf("want: error, got: success.\n") } - expected := "#x2_reset_known_causes.prepareX2ResetPDUs - failed to build and pack the reset message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big:" + expected := "failed to build and pack the reset message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big:" if !strings.Contains(err.Error(), expected) { t.Errorf("want :[%s], got: [%s]\n", expected, err) } -- 2.16.6