Skip to content

Commit

Permalink
Update osmomath/exp2_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Dec 14, 2022
1 parent 8e081a6 commit 3a7a39c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osmomath/exp2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3a7a39c

Please sign in to comment.