From cb95915f1fb179fe942509655a0e9a54975ff0f5 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk <czerwonk@users.noreply.github.com> Date: Wed, 16 May 2018 17:06:26 +0200 Subject: [PATCH] Update path_attributes_test.go --- protocols/bgp/packet/path_attributes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/bgp/packet/path_attributes_test.go b/protocols/bgp/packet/path_attributes_test.go index 5145fddb..15f78fe3 100644 --- a/protocols/bgp/packet/path_attributes_test.go +++ b/protocols/bgp/packet/path_attributes_test.go @@ -62,7 +62,7 @@ func TestDecodePathAttrs(t *testing.T) { continue } - assert.Equal(t, test.expected, res, "%s", test.name) + assert.Equalf(t, test.expected, res, "%s", test.name) } } -- GitLab