diff --git a/osmomath/exp2_test.go b/osmomath/exp2_test.go index 51afa61a6ef..3a7e0bc0c8c 100644 --- a/osmomath/exp2_test.go +++ b/osmomath/exp2_test.go @@ -151,7 +151,6 @@ func TestExp2ChebyshevRationalApprox(t *testing.T) { tc := tc t.Run(name, func(t *testing.T) { osmoassert.ConditionalPanic(t, tc.expectPanic, func() { - // System under test. result := osmomath.Exp2ChebyshevRationalApprox(tc.exponent)