Skip to content

Commit

Permalink
testcase removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandragupta Singh authored and Chandragupta Singh committed Aug 11, 2022
1 parent d000eb2 commit 8151e65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions x/asset/keeper/asset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,6 @@ func (s *KeeperTestSuite) TestQueryAssets() {
s.Require().Equal(len(assets), 5)
}

func (s *KeeperTestSuite) TestGetAssetsForOracle() {
s.TestAddAssetRecords()
assetKeeper, ctx := &s.assetKeeper, &s.ctx
results := assetKeeper.GetAssets(*ctx)
s.Require().Equal(len(results), 2)
}

func (s *KeeperTestSuite) TestAddPair() {

assetKeeper, ctx := &s.assetKeeper, &s.ctx
Expand Down

0 comments on commit 8151e65

Please sign in to comment.