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) - }) } }