Skip to content

Commit

Permalink
Remove extraneous test output
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Feb 28, 2024
1 parent 7cc5380 commit c24ded4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/datapoint/origin/composable_stable_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package origin

import (
"fmt"
"github.com/stretchr/testify/require"
"math/big"
"testing"

"github.com/stretchr/testify/require"

"github.com/defiweb/go-eth/types"
"github.com/stretchr/testify/assert"

Expand Down Expand Up @@ -131,8 +132,6 @@ func TestCalculateInvariant(t *testing.T) {
assert.Equal(t, err, testcase.error)
} else {
require.NoError(t, err)
fmt.Println(invariant.String())
fmt.Println(testcase.invariant.String())
assert.Equal(t, invariant, testcase.invariant)
}
})
Expand Down

0 comments on commit c24ded4

Please sign in to comment.