From 4bc1ed3a37eb81b20537c51efe6ff0809e6b3acb Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Wed, 7 Aug 2024 12:32:12 +0000 Subject: [PATCH] dont comment out the unit test, thanks Ben --- lib/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client_test.go b/lib/client_test.go index 93dec81..7a84fdc 100644 --- a/lib/client_test.go +++ b/lib/client_test.go @@ -141,7 +141,7 @@ func TestASPAEncodeDecode(t *testing.T) { outputPdu, err := Decode(buf) if err != nil { -// t.FailNow() + t.FailNow() } orig := fmt.Sprintf("%#v", p)