Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Sep 25, 2023
1 parent edfa501 commit 6f83605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/oracle/keeper/data_source_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package keeper_test

import (
"fmt"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -153,7 +152,6 @@ func TestAddDataSourceDataSourceMustReturnCorrectID(t *testing.T) {

// Initially we expect the data source count to be what we have on genesis state.
genesisCount := uint64(len(bandtesting.DataSources)) - 1
fmt.Println(genesisCount, k.GetDataSourceCount(ctx))
require.Equal(t, genesisCount, k.GetDataSourceCount(ctx))

// Every new data source we add should return a new ID.
Expand Down

0 comments on commit 6f83605

Please sign in to comment.