From 3c85db355bc482484e1230df6c9d9d90d06b01b2 Mon Sep 17 00:00:00 2001 From: AdamHaffar Date: Sat, 16 Sep 2023 18:06:26 +0100 Subject: [PATCH] lint fix --- pkg/foundation/cerrors/cerrors_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/foundation/cerrors/cerrors_test.go b/pkg/foundation/cerrors/cerrors_test.go index ce72eb07b..a40325471 100644 --- a/pkg/foundation/cerrors/cerrors_test.go +++ b/pkg/foundation/cerrors/cerrors_test.go @@ -146,7 +146,6 @@ func TestGetStackTrace(t *testing.T) { act, ok := res.([]cerrors.Frame) is.True(ok) // expected []cerrors.Frame is.Equal(tc.expected, act) - }) } }