Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcre committed Jul 5, 2023
1 parent 394efe0 commit 21924a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/exchange/keeper/order_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ func (s *KeeperTestSuite) TestPlaceBatchLimitOrder() {
}

func (s *KeeperTestSuite) TestOrderMatching() {
aliceAddr := s.FundedAccount(1, enoughCoins)
bobAddr := s.FundedAccount(2, enoughCoins)
aliceAddr := s.FundedAccount(1, utils.ParseCoins("1000000ucre,1000000uusd"))
bobAddr := s.FundedAccount(2, utils.ParseCoins("1000000ucre,1000000uusd"))

market := s.CreateMarket(utils.TestAddress(3), "ucre", "uusd", true)

Expand Down

0 comments on commit 21924a7

Please sign in to comment.